diff options
Diffstat (limited to 'ktouch/src')
-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 2eda3b2e..b9eb4d82 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 = $(KDE_RPATH) $(all_libraries) +ktouch_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor # the libraries to link against. Be aware of the order. First the libraries, # that depend on the following ones. |