From 114a878c64ce6f8223cfd22d76a20eb16d177e5e Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- parts/documentation/tools/htdig/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 parts/documentation/tools/htdig/Makefile.am (limited to 'parts/documentation/tools/htdig/Makefile.am') diff --git a/parts/documentation/tools/htdig/Makefile.am b/parts/documentation/tools/htdig/Makefile.am new file mode 100644 index 00000000..8f38a799 --- /dev/null +++ b/parts/documentation/tools/htdig/Makefile.am @@ -0,0 +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_SOURCES = htdigindex.cpp +noinst_HEADERS = htdigindex.h -- cgit v1.2.1