Fix exampleDatabase/Makefile dependencies

This commit is contained in:
Andrew Johnson
2014-04-04 14:50:30 -05:00
parent d17192804e
commit 333bbca2f2

View File

@ -1,15 +1,18 @@
#Makefile at top of application tree
# Makefile at top of application tree
TOP = .
include $(TOP)/configure/CONFIG
DIRS += configure
DIRS += src
src_DEPEND_DIRS = configure
DIRS += ioc
test_DEPEND_DIRS = src
ioc_DEPEND_DIRS = src
DIRS += iocBoot
iocBoot_DEPEND_DIRS = src
include $(TOP)/configure/RULES_TOP