summaryrefslogtreecommitdiffstats
path: root/kteatime
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:18:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:18:01 -0600
commitada451a25c1465c530dce9013d113d0b939ba96e (patch)
tree2905e8c57fe35867527de0bcbb40e6329b5121b5 /kteatime
parent3e2a2c432996c0959278a76d08c5b0b827c72329 (diff)
downloadtdetoys-ada451a25c1465c530dce9013d113d0b939ba96e.tar.gz
tdetoys-ada451a25c1465c530dce9013d113d0b939ba96e.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kteatime')
-rw-r--r--kteatime/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kteatime/Makefile.am b/kteatime/Makefile.am
index a39e56a..9178d19 100644
--- a/kteatime/Makefile.am
+++ b/kteatime/Makefile.am
@@ -6,7 +6,7 @@ bin_PROGRAMS = kteatime
kteatime_SOURCES = main.cpp toplevel.cpp tealist.cpp timeedit.cpp
kteatime_METASOURCES = AUTO
-kteatime_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
+kteatime_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
# LIB_KIO needed for KNotifyDialog
kteatime_LDADD = $(LIB_TDEUI) $(LIB_KIO)