You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
327 B
18 lines
327 B
15 years ago
|
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
|