diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-17 07:39:05 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-17 07:39:05 +0000 |
commit | d64e411785f6f1b6d849f913f04404dbfb70cd7f (patch) | |
tree | 5e0d7f2f13fa2a78b35450b45e87fa5bd37f9598 | |
parent | bc7058f34c0064ee1dc765e9c624b48b7ad507c9 (diff) | |
download | ksystemlog-d64e411785f6f1b6d849f913f04404dbfb70cd7f.tar.gz ksystemlog-d64e411785f6f1b6d849f913f04404dbfb70cd7f.zip |
Fix ksystemlog FTBFS under oneiricv3.5.13
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ksystemlog@1259278 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | ksystemlog/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksystemlog/src/Makefile.am b/ksystemlog/src/Makefile.am index 5cc9aba..adcfabd 100644 --- a/ksystemlog/src/Makefile.am +++ b/ksystemlog/src/Makefile.am @@ -14,7 +14,7 @@ INCLUDES = -I$(top_srcdir)/ksystemlog/src -I$(top_builddir)/ksystemlog/src/ -I$(top_srcdir)/ksystemlog/src/system -I$(top_srcdir)/ksystemlog/src/xorg $(all_includes) # the library search path. -ksystemlog_LDFLAGS = $(KDE_RPATH) $(all_libraries) -lkutils +ksystemlog_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor -lkutils # the libraries to link against. ksystemlog_LDADD = \ |