blob: e024a39e231ff34d07033e9bcd3a5631e9bfdd61 (
plain)
1
2
3
4
5
6
7
8
9
10
|
SUBDIRS = compatibility
noinst_LTLIBRARIES = libquantamodule.la
METASOURCES = AUTO
libquantamodule_la_SOURCES = qextfileinfo.cpp ksavealldialog.cpp
INCLUDES = $(all_includes)
|