blob: fcf2131aecbe05172f2a7592c33cfc7ceffddb10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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
|