Fix exampleDatabase/Makefile dependencies
This commit is contained in:
@ -1,15 +1,18 @@
|
|||||||
#Makefile at top of application tree
|
# Makefile at top of application tree
|
||||||
|
|
||||||
TOP = .
|
TOP = .
|
||||||
include $(TOP)/configure/CONFIG
|
include $(TOP)/configure/CONFIG
|
||||||
|
|
||||||
DIRS += configure
|
DIRS += configure
|
||||||
|
|
||||||
DIRS += src
|
DIRS += src
|
||||||
src_DEPEND_DIRS = configure
|
src_DEPEND_DIRS = configure
|
||||||
|
|
||||||
DIRS += ioc
|
DIRS += ioc
|
||||||
test_DEPEND_DIRS = src
|
ioc_DEPEND_DIRS = src
|
||||||
|
|
||||||
DIRS += iocBoot
|
DIRS += iocBoot
|
||||||
|
iocBoot_DEPEND_DIRS = src
|
||||||
|
|
||||||
include $(TOP)/configure/RULES_TOP
|
include $(TOP)/configure/RULES_TOP
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user