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