diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-12 17:38:28 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-12 17:38:28 +0000 |
commit | bed0c1cd8fbb6f710bb1388df1bf4b9668e9b829 (patch) | |
tree | a8b445a6c3ebe92ab0211ad1c87e0cb7438e1746 /kmouth | |
parent | 38cbdb5e6968ff32b9cf425fd5c876824512cd8f (diff) | |
download | tdeaccessibility-bed0c1cd8fbb6f710bb1388df1bf4b9668e9b829.tar.gz tdeaccessibility-bed0c1cd8fbb6f710bb1388df1bf4b9668e9b829.zip |
Fix kdeaccessibility FTBFS under oneiricv3.5.13
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1258652 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmouth')
-rw-r--r-- | kmouth/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmouth/Makefile.am b/kmouth/Makefile.am index a5314bf..89a3373 100644 --- a/kmouth/Makefile.am +++ b/kmouth/Makefile.am @@ -18,7 +18,7 @@ INCLUDES= -Iphrasebook -Iwordcompletion $(all_includes) METASOURCES = AUTO # the library search path. -kmouth_LDFLAGS = $(all_libraries) -lkspell $(KDE_RPATH) +kmouth_LDFLAGS = $(all_libraries) -lkspell $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor rcdir = $(kde_datadir)/kmouth rc_DATA = kmouthui.rc |