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.
16 lines
291 B
16 lines
291 B
15 years ago
|
#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
|