diff options
author | Slávek Banko <[email protected]> | 2013-09-03 20:02:08 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 20:59:22 +0200 |
commit | efaf922de86715600306cb97cc13b044f815d6b6 (patch) | |
tree | 554e0edca7cd62a234d4a89b195cf0069a0556e1 /ktouch/src/Makefile.am | |
parent | 98055e6ab9673fdeb24a8e1b81786aaae81bda20 (diff) | |
download | tdeedu-efaf922de86715600306cb97cc13b044f815d6b6.tar.gz tdeedu-efaf922de86715600306cb97cc13b044f815d6b6.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'ktouch/src/Makefile.am')
-rw-r--r-- | ktouch/src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ktouch/src/Makefile.am b/ktouch/src/Makefile.am index e3661e88..f7b33145 100644 --- a/ktouch/src/Makefile.am +++ b/ktouch/src/Makefile.am @@ -50,11 +50,11 @@ 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_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor +ktouch_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor # the libraries to link against. Be aware of the order. First the libraries, # that depend on the following ones. -ktouch_LDADD = ../../libtdeedu/tdeeduplot/libtdeeduplot.la $(LIB_KIO) +ktouch_LDADD = ../../libtdeedu/tdeeduplot/libtdeeduplot.la $(LIB_TDEIO) rcdir = $(kde_datadir)/ktouch rc_DATA = ktouchui.rc |