diff options
Diffstat (limited to 'kxsldbg')
-rw-r--r-- | kxsldbg/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kxsldbg/Makefile.am b/kxsldbg/Makefile.am index e70c4127..2515a27b 100644 --- a/kxsldbg/Makefile.am +++ b/kxsldbg/Makefile.am @@ -50,7 +50,7 @@ INCLUDES= $(LIBXML_CFLAGS) $(LIBXSLT_CFLAGS) $(all_includes) METASOURCES = AUTO # the application source, library search path, and link libraries -kxsldbg_LDFLAGS = $(KDE_RPATH) $(all_libraries) +kxsldbg_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor # this is where the shell's XML-GUI resource file goes shellrcdir = $(kde_datadir)/kxsldbg |