diff options
Diffstat (limited to 'kdat/Makefile.am')
-rw-r--r-- | kdat/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdat/Makefile.am b/kdat/Makefile.am index 846ce4c..3d9a7ff 100644 --- a/kdat/Makefile.am +++ b/kdat/Makefile.am @@ -63,7 +63,7 @@ kdat_SOURCES = \ # the library search path -kdat_LDFLAGS = $(all_libraries) $(KDE_RPATH) +kdat_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. |