diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-11 21:58:54 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-11 21:58:54 +0000 |
commit | 08e5b55ee2bf1f741751c8ee8b9094123903d144 (patch) | |
tree | 4e8de9d9c9bba72438804f339666473f668f07c7 /kpackage | |
parent | 3438ddb040dbabb8fcd62def6ad7bef84db0f83e (diff) | |
download | tdeadmin-08e5b55ee2bf1f741751c8ee8b9094123903d144.tar.gz tdeadmin-08e5b55ee2bf1f741751c8ee8b9094123903d144.zip |
Fix kdeadmin FTBFS under oneiric
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1258520 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kpackage')
-rw-r--r-- | kpackage/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpackage/Makefile.am b/kpackage/Makefile.am index 4f2791f..c8a19b0 100644 --- a/kpackage/Makefile.am +++ b/kpackage/Makefile.am @@ -20,7 +20,7 @@ kpackage_SOURCES = kpackage.cpp managementWidget.cpp packageDisplay.cpp \ kpackage_METASOURCES = AUTO # the library search path -kpackage_LDFLAGS = $(all_libraries) $(KDE_RPATH) +kpackage_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor # the libraries to link against. Be aware of the order. First the libraries, # that depend on the following ones. |