diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-12 18:10:17 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-12 18:10:17 +0000 |
commit | 76e1423b45cad04dc90d1043af4ca0923ebd3d4c (patch) | |
tree | c42bf0af4eb461b2650d59454d662a2d1d004267 /kbugbuster | |
parent | 8a5dfb29c455d1d7acdcbda03d83bb7f7ca584c4 (diff) | |
download | tdesdk-76e1423b45cad04dc90d1043af4ca0923ebd3d4c.tar.gz tdesdk-76e1423b45cad04dc90d1043af4ca0923ebd3d4c.zip |
Fix kdesdk FTBFS under oneiric
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1258656 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kbugbuster')
-rw-r--r-- | kbugbuster/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbugbuster/Makefile.am b/kbugbuster/Makefile.am index dd7372dc..70fc1a23 100644 --- a/kbugbuster/Makefile.am +++ b/kbugbuster/Makefile.am @@ -10,8 +10,8 @@ bin_PROGRAMS = kbugbuster kbugbuster_SOURCES = main.cpp kbugbuster_LDADD = -lkutils gui/libkbbmainwindow.la \ - backend/libkbbbackend.la $(LIB_KHTML) $(LIB_KIO) -kbugbuster_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor + backend/libkbbbackend.la $(LIB_KHTML) $(LIB_KIO) -lkdefx $(LIB_KUTILS) +kbugbuster_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor $(LIB_KUTILS) xdg_apps_DATA = kbugbuster.desktop |