blob: 0ea03547bb6d0075c71c2d53bbd5a671191b6d18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
if include_qextmdi
KMDI_SUBDIR = tdemdi
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
|