diff --git a/src/libCom/test/Makefile b/src/libCom/test/Makefile index 19351fe2b..a904e01b8 100644 --- a/src/libCom/test/Makefile +++ b/src/libCom/test/Makefile @@ -1,7 +1,12 @@ TOP=../../.. -include $(TOP)/config/CONFIG_BASE +include $(TOP)/configure/CONFIG -include $(TOP)/config/RULES_ARCHS +osiTimeTest_LIBS += Com +osiTimeTest_SRCS += osiTimeTest.cc +PROD_DEFAULT = osiTimeTest +PROD_vxWorks = -nil- + +include $(TOP)/configure/RULES_BUILD