diff options
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am deleted file mode 100644 index fcf2131..0000000 --- a/lib/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ -if AMC_USE_KDE -SUBDIR_TDEIO = tdeio-msits -endif - -if AMC_BUILD_CHMLIB -SUBDIR_CHMLIB = chmlib -endif - -SUBDIRS = $(SUBDIR_CHMLIB) $(SUBDIR_TDEIO) libchmfile -DIST_SUBDIRS = chmlib tdeio-msits libchmfile - -package-messages: - $(MAKE) -f admin/Makefile.common package-messages - $(MAKE) -C po merge - -# Uncomment this line before opening the project in tdevelop for the first time! -#SUBDIRS = chmlib tdeio-msits libchmfile |