diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-10 17:46:47 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-10 17:46:47 +0000 |
commit | 0ae84fe7596906341cafa0dfe20f367e4cbf8385 (patch) | |
tree | 0261e4dcb816dc7e5ae3047a420ed6a5fed4332e /kppp/Makefile.am | |
parent | fa8a6a4aa1313667249adc0fd8eaac368c23903a (diff) | |
download | tdenetwork-0ae84fe7596906341cafa0dfe20f367e4cbf8385.tar.gz tdenetwork-0ae84fe7596906341cafa0dfe20f367e4cbf8385.zip |
Fix kdenetwork FTBFS under oneiric
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1258244 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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. |