diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:52:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:52:36 -0600 |
commit | 275fcfe2afc0633aa2e9197d6528da433e1bd898 (patch) | |
tree | 1df483fa556282fd602c36cff2ba6e603717e15d /configure.in | |
parent | 81ad55db431d734818472bd6583521adbbc54898 (diff) | |
download | kchmviewer-275fcfe2afc0633aa2e9197d6528da433e1bd898.tar.gz kchmviewer-275fcfe2afc0633aa2e9197d6528da433e1bd898.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 140f4f8..704cc5d 100644 --- a/configure.in +++ b/configure.in @@ -107,7 +107,7 @@ KDE_CREATE_SUBDIRSLIST AC_CONFIG_FILES([ Makefile ]) AC_CONFIG_FILES([ lib/Makefile ]) AC_CONFIG_FILES([ lib/chmlib/Makefile ]) -AC_CONFIG_FILES([ lib/kio-msits/Makefile ]) +AC_CONFIG_FILES([ lib/tdeio-msits/Makefile ]) AC_CONFIG_FILES([ lib/libchmfile/Makefile ]) AC_CONFIG_FILES([ po/Makefile ]) AC_CONFIG_FILES([ src/Makefile ]) |