From 3133bbc63a2d32dac638db58fa13e966488e88b5 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 15 Feb 2010 18:23:18 +0000 Subject: Added abandoned KDE3 version of kchmviewer git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kchmviewer@1090662 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- lib/Makefile.am | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 lib/Makefile.am (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am new file mode 100644 index 0000000..0a215da --- /dev/null +++ b/lib/Makefile.am @@ -0,0 +1,17 @@ +if AMC_USE_KDE +SUBDIR_KIO = kio-msits +endif + +if AMC_BUILD_CHMLIB +SUBDIR_CHMLIB = chmlib +endif + +SUBDIRS = $(SUBDIR_CHMLIB) $(SUBDIR_KIO) libchmfile +DIST_SUBDIRS = chmlib kio-msits libchmfile + +package-messages: + $(MAKE) -f admin/Makefile.common package-messages + $(MAKE) -C po merge + +# Uncomment this line before opening the project in kdevelop for the first time! +#SUBDIRS = chmlib kio-msits libchmfile -- cgit v1.2.3