diff options
Diffstat (limited to 'kommander/executor/Makefile.am')
-rw-r--r-- | kommander/executor/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/executor/Makefile.am b/kommander/executor/Makefile.am index 7d9004fe..dc50f7c2 100644 --- a/kommander/executor/Makefile.am +++ b/kommander/executor/Makefile.am @@ -20,6 +20,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/kommander/plugin -I$(top_srcdir)/kommander/widgets METASOURCES = AUTO # the library search path. -kmdr_executor_LDFLAGS = $(all_libraries) $(KDE_RPATH) +kmdr_executor_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor noinst_HEADERS = dcopkommanderif.h |