summaryrefslogtreecommitdiffstats
path: root/ktouch
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:30:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:30:02 -0600
commitbd17e6ca5c6aeaaddab4e1f0dc2ccb460166626a (patch)
tree52d4169a0cbc039b87bf4f8460ba8a43181cca0c /ktouch
parent79b1ad253e1e8619302756d8003985aec0b1a1e2 (diff)
downloadtdeedu-bd17e6ca5c6aeaaddab4e1f0dc2ccb460166626a.tar.gz
tdeedu-bd17e6ca5c6aeaaddab4e1f0dc2ccb460166626a.zip
Additional kde to tde renaming
Diffstat (limited to 'ktouch')
-rw-r--r--ktouch/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ktouch/src/Makefile.am b/ktouch/src/Makefile.am
index b9eb4d82..6d6a10c3 100644
--- a/ktouch/src/Makefile.am
+++ b/ktouch/src/Makefile.am
@@ -50,7 +50,7 @@ ktouch_SOURCES = ktouchchartwidget.cpp ktouchcoloreditor_dlg.ui \
ktouchutils.cpp main.cpp prefs.kcfgc ktouchcoloreditor.cpp
# the library search path.
-ktouch_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
+ktouch_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
# the libraries to link against. Be aware of the order. First the libraries,
# that depend on the following ones.