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 | |
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
-rw-r--r-- | kmouth/Makefile.am | 2 | ||||
-rw-r--r-- | ksayit/src/Makefile.am | 4 | ||||
-rw-r--r-- | kttsd/kttsd/Makefile.am | 2 |
3 files changed, 4 insertions, 4 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 diff --git a/ksayit/src/Makefile.am b/ksayit/src/Makefile.am index f83073a..b94b24a 100644 --- a/ksayit/src/Makefile.am +++ b/ksayit/src/Makefile.am @@ -31,9 +31,9 @@ ksayit_SOURCES = doctreeviewimpl.cpp effectstack.cpp fxpluginhandler.cpp \ parasaxparser.cpp saxhandler.cpp ksayitbookmarkhandler.cpp contextmenuhandler.cpp docbookclasses.cpp \ docbookgenerator.cpp docbookparser.cpp -ksayit_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +ksayit_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor -lartsflow -lartsflow_idl ksayit_LDADD = $(top_builddir)/ksayit/KTTSD_Lib/libKTTSD_Lib.la $(LIB_KIO) \ - -lartskde -lsoundserver_idl -lartsflow + -lartskde -lsoundserver_idl -lartsflow -lartsflow_idl # this is where the shell's XML-GUI resource file goes diff --git a/kttsd/kttsd/Makefile.am b/kttsd/kttsd/Makefile.am index a553636..5c251ae 100644 --- a/kttsd/kttsd/Makefile.am +++ b/kttsd/kttsd/Makefile.am @@ -33,7 +33,7 @@ kttsd_SOURCES = \ filtermgr.cpp \ talkermgr.cpp -kttsd_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_RPATH) +kttsd_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor kttsd_LDADD = \ $(top_builddir)/kttsd/libkttsd/libkttsd.la \ $(LIB_KDECORE) \ |