diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:51:29 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:51:29 -0600 |
commit | 6b2b4978e02230a28edd9825fc0d9f87fc918f4e (patch) | |
tree | e14f167ea1fa884a8dbde6cc63b5042613e3bbfc /configure.in | |
parent | 9d3426fa00dd02103ba96b4b8f4c84fe347e265f (diff) | |
download | digikam-6b2b4978e02230a28edd9825fc0d9f87fc918f4e.tar.gz digikam-6b2b4978e02230a28edd9825fc0d9f87fc918f4e.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index feb0c4d..ba56c42 100644 --- a/configure.in +++ b/configure.in @@ -419,7 +419,7 @@ AM_CONDITIONAL(with_included_sqlite3, [test x$included_sqlite3 = xyes]) # multiple processes to access the database. but on many # nfs implementations, this file locking is horribly broken and # can end up locking the app or not allowing access to the app. -# since we use kioslaves which access the db too) +# since we use tdeioslaves which access the db too) # #------------------------------------------------------------------ @@ -507,7 +507,7 @@ AC_CONFIG_FILES([ digikam/imageplugins/superimpose/Makefile ]) AC_CONFIG_FILES([ digikam/imageplugins/texture/Makefile ]) AC_CONFIG_FILES([ digikam/imageplugins/texture/patterns/Makefile ]) AC_CONFIG_FILES([ digikam/imageplugins/whitebalance/Makefile ]) -AC_CONFIG_FILES([ digikam/kioslave/Makefile ]) +AC_CONFIG_FILES([ digikam/tdeioslave/Makefile ]) AC_CONFIG_FILES([ digikam/libs/Makefile ]) AC_CONFIG_FILES([ digikam/libs/curves/Makefile ]) AC_CONFIG_FILES([ digikam/libs/dialogs/Makefile ]) |