blob: 6e0a7432f03c6375c8c88f29d1513db59a4da63a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#if compile_kexi_reports_plugin
# REPORTS=reports
#endif
if compile_kexi_macros_plugin
MACRODIR=macros
endif
if compile_kross
SCRIPTINGDIR=scripting
endif
SUBDIRS = tables relations migration queries forms $(SCRIPTINGDIR) $(MACRODIR) importexport
#$(REPORTS) importwizard relations
|