diff options
Diffstat (limited to 'ktouch/src/Makefile.am')
-rw-r--r-- | ktouch/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktouch/src/Makefile.am b/ktouch/src/Makefile.am index 631d8b06..7f592eeb 100644 --- a/ktouch/src/Makefile.am +++ b/ktouch/src/Makefile.am @@ -54,7 +54,7 @@ ktouch_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $ # the libraries to link against. Be aware of the order. First the libraries, # that depend on the following ones. -ktouch_LDADD = ../../libkdeedu/kdeeduplot/libkdeeduplot.la $(LIB_KIO) +ktouch_LDADD = ../../libtdeedu/tdeeduplot/libtdeeduplot.la $(LIB_KIO) rcdir = $(kde_datadir)/ktouch rc_DATA = ktouchui.rc |