diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-13 06:07:02 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-13 06:07:02 +0000 |
commit | b2f30ae4c8cb9f6fe08bb063c626d477dacfbf70 (patch) | |
tree | 094a88c37d3f1ebd842044314c0b10c55b6bac87 /parts | |
parent | 470373d06e87afca8cb54bcbe3c95afcc8b60598 (diff) | |
download | tdevelop-b2f30ae4c8cb9f6fe08bb063c626d477dacfbf70.tar.gz tdevelop-b2f30ae4c8cb9f6fe08bb063c626d477dacfbf70.zip |
Fix kdevelop FTBFS under oneiric
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1258708 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'parts')
-rw-r--r-- | parts/documentation/tools/htdig/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/documentation/tools/htdig/Makefile.am b/parts/documentation/tools/htdig/Makefile.am index 8f38a799..5eeffad6 100644 --- a/parts/documentation/tools/htdig/Makefile.am +++ b/parts/documentation/tools/htdig/Makefile.am @@ -1,6 +1,6 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes) METASOURCES = AUTO bin_PROGRAMS = kdevelop-htdig -kdevelop_htdig_LDFLAGS = $(all_libraries) $(LIB_KIO) $(LIB_KDEUI) +kdevelop_htdig_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor kdevelop_htdig_SOURCES = htdigindex.cpp noinst_HEADERS = htdigindex.h |