From f05a15b8d6fce162e0825a2a072782dbac8cd8c3 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Mon, 24 Jan 2000 21:26:11 +0000 Subject: [PATCH] new way to build; put pal stuff here --- src/vxWorks/libvxWorks/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/vxWorks/libvxWorks/Makefile b/src/vxWorks/libvxWorks/Makefile index 8984d6975..6fbda618c 100644 --- a/src/vxWorks/libvxWorks/Makefile +++ b/src/vxWorks/libvxWorks/Makefile @@ -1,8 +1,13 @@ - TOP=../../.. include $(TOP)/configure/CONFIG -include $(TOP)/configure/RULES_ARCHS +INC += epicsDynLink.h +SRCS += iocLogClient.c +SRCS += veclist.c +SRCS += epicsDynLink.c +LIBRARY += vxComLib + +include $(TOP)/configure/RULES