summaryrefslogtreecommitdiffstats
path: root/kommander/widgets/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/widgets/Makefile.am')
-rw-r--r--kommander/widgets/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/widgets/Makefile.am b/kommander/widgets/Makefile.am
index 51b23251..179db6e8 100644
--- a/kommander/widgets/Makefile.am
+++ b/kommander/widgets/Makefile.am
@@ -4,7 +4,7 @@ lib_LTLIBRARIES = libkommanderwidgets.la
INCLUDES = -I$(top_srcdir)/kommander/widget -I$(top_srcdir)/kommander/factory -I$(top_srcdir)/kommander/plugin $(all_includes)
# the library search path.
-#widgets_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+#widgets_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
libkommanderwidgets_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -no-undefined
# the libraries to link against.