diff options
Diffstat (limited to 'kppp/Makefile.am')
-rw-r--r-- | kppp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 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. |