diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:08:35 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:08:35 -0600 |
commit | 167ec17df581b4b82fa8adf31a1468c376ecaa22 (patch) | |
tree | 2532d76b368956b4649f6bf7d6194c757cc8193d /src/kde/Makefile.am | |
parent | fcd2e26c0a9bcc7a26591344d971b9e0e1932ce6 (diff) | |
download | kchmviewer-167ec17df581b4b82fa8adf31a1468c376ecaa22.tar.gz kchmviewer-167ec17df581b4b82fa8adf31a1468c376ecaa22.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/kde/Makefile.am')
-rw-r--r-- | src/kde/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kde/Makefile.am b/src/kde/Makefile.am index e095be6..8524867 100644 --- a/src/kde/Makefile.am +++ b/src/kde/Makefile.am @@ -1,6 +1,6 @@ lib_LIBRARIES=libkdeextra.a -libkdeextra_a_SOURCES = kchmdcopiface.cpp kchmdcopiface.skel kchmviewwindow_khtmlpart.cpp -noinst_HEADERS = kchmdcopiface.h kchmviewwindow_khtmlpart.h +libkdeextra_a_SOURCES = kchmdcopiface.cpp kchmdcopiface.skel kchmviewwindow_tdehtmlpart.cpp +noinst_HEADERS = kchmdcopiface.h kchmviewwindow_tdehtmlpart.h INCLUDES = $(QT_INCLUDES) $(CHM_INCLUDES) $(KDE_INCLUDES) $(LIBCHMFILE_INCLUDES) |