blob: 91ef8bb83154cba349d1df67cbf9f9ac0ba97932 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
if include_qextmdi
KMDI_SUBDIR = tdemdi
endif
SUBDIRS = $(KMDI_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
|