blob: 63242e4b5ea5e8b7c707b28070e4f040882fe9af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
if include_qextmdi
KMDI_SUBDIR = kmdi
endif
if include_knewstuff
KNEWSTUFF_SUBDIR = knewstuff
endif
SUBDIRS = $(KMDI_SUBDIR) $(KNEWSTUFF_SUBDIR)
#enable the below when there is something in the compatibility lib
#noinst_LTLIBRARIES = libcompat.la
#libcompat_la_SOURCES =
#AM_CPPFLAGS = $(all_includes)
METASOURCES = AUTO
|