summaryrefslogtreecommitdiffstats
path: root/kppp
diff options
context:
space:
mode:
Diffstat (limited to 'kppp')
-rw-r--r--kppp/Makefile.am2
-rw-r--r--kppp/logview/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/kppp/Makefile.am b/kppp/Makefile.am
index 4548f5f7..572add89 100644
--- a/kppp/Makefile.am
+++ b/kppp/Makefile.am
@@ -51,7 +51,7 @@ kppp_SOURCES = kpppwidget.cpp \
KPPPIface.skel
# the library search path
-kppp_LDFLAGS = $(all_libraries) $(KDE_RPATH)
+kppp_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) $(LIB_KDECORE) -lDCOP
# the libraries to link against. Be aware of the order. First the libraries,
# that depend on the following ones.
diff --git a/kppp/logview/Makefile.am b/kppp/logview/Makefile.am
index e95b7c73..3dc5c379 100644
--- a/kppp/logview/Makefile.am
+++ b/kppp/logview/Makefile.am
@@ -29,7 +29,7 @@ bin_PROGRAMS = kppplogview
kppplogview_SOURCES = main.cpp loginfo.cpp log.cpp monthly.cpp export.cpp
# the library search path
-kppplogview_LDFLAGS = $(all_libraries) $(KDE_RPATH)
+kppplogview_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) $(LIB_KDECORE)
# the libraries to link against. Be aware of the order. First the libraries,
# that depend on the following ones.