diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:15:06 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:15:06 -0600 |
commit | c8d2c86fa91a88915c64665a57de1e9a88c67da2 (patch) | |
tree | 1b2125a8cfb72e51006d3ffc1feaa2c186f0c810 /ksayit/src | |
parent | e7cf1663f517b900014c46cc61ffaab2813e0dc5 (diff) | |
download | tdeaccessibility-c8d2c86fa91a88915c64665a57de1e9a88c67da2.tar.gz tdeaccessibility-c8d2c86fa91a88915c64665a57de1e9a88c67da2.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'ksayit/src')
-rw-r--r-- | ksayit/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksayit/src/Makefile.am b/ksayit/src/Makefile.am index ff2dd4e..ff0e43e 100644 --- a/ksayit/src/Makefile.am +++ b/ksayit/src/Makefile.am @@ -31,7 +31,7 @@ ksayit_SOURCES = doctreeviewimpl.cpp effectstack.cpp fxpluginhandler.cpp \ parasaxparser.cpp saxhandler.cpp ksayitbookmarkhandler.cpp contextmenuhandler.cpp docbookclasses.cpp \ docbookgenerator.cpp docbookparser.cpp -ksayit_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor -lartsflow -lartsflow_idl +ksayit_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -lartsflow -lartsflow_idl ksayit_LDADD = $(top_builddir)/ksayit/KTTSD_Lib/libKTTSD_Lib.la $(LIB_KIO) \ -lartskde -lsoundserver_idl -lartsflow -lartsflow_idl |