diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:52:05 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:52:05 -0600 |
commit | d796716f1dc9dd0b198863d974a03bf356f636e6 (patch) | |
tree | 1bab87345ab25163397b8033b7e1910360bd94fb /configure.in | |
parent | 6f156aae95c8ea00b34ffb59e237df2f00cf8256 (diff) | |
download | k3b-d796716f1dc9dd0b198863d974a03bf356f636e6.tar.gz k3b-d796716f1dc9dd0b198863d974a03bf356f636e6.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/configure.in b/configure.in index 7a17863..14cea0f 100644 --- a/configure.in +++ b/configure.in @@ -371,7 +371,7 @@ dnl === check for resmgr - end ============ -# HAL check from tdebase/kioslave/media +# HAL check from tdebase/tdeioslave/media AC_ARG_WITH( hal, @@ -675,7 +675,7 @@ dnl dnl Don't use PKG_CHECK, since if there is no pkg-config installed, dnl then there is no auto* magic for it either. dnl -dnl Tests copied from tdebase/kioslave/thumbnail/ +dnl Tests copied from tdebase/tdeioslave/thumbnail/ dnl if test -z "$PKG_CONFIG"; then AC_PATH_PROG(PKG_CONFIG, pkg-config, no) @@ -951,10 +951,10 @@ KDE_CREATE_SUBDIRSLIST AC_CONFIG_FILES([ Makefile ]) AC_CONFIG_FILES([ doc/Makefile ]) AC_CONFIG_FILES([ k3bsetup/Makefile ]) -AC_CONFIG_FILES([ kfile-plugins/Makefile ]) -AC_CONFIG_FILES([ kfile-plugins/k3bproject/Makefile ]) -AC_CONFIG_FILES([ kioslaves/Makefile ]) -AC_CONFIG_FILES([ kioslaves/videodvd/Makefile ]) +AC_CONFIG_FILES([ tdefile-plugins/Makefile ]) +AC_CONFIG_FILES([ tdefile-plugins/k3bproject/Makefile ]) +AC_CONFIG_FILES([ tdeioslaves/Makefile ]) +AC_CONFIG_FILES([ tdeioslaves/videodvd/Makefile ]) AC_CONFIG_FILES([ libk3b/Makefile ]) AC_CONFIG_FILES([ libk3b/cddb/Makefile ]) AC_CONFIG_FILES([ libk3b/core/Makefile ]) |