fix imcompatibilities with subtool

This commit is contained in:
Marty Kraimer
1998-12-14 14:46:26 +00:00
parent 9519e92035
commit 84f08a153a
5 changed files with 65 additions and 27 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ EPICS = ../../../..
include Target.include
include $(EPICS)/config/CONFIG_EXTENSIONS
DEPLIBS = $(EPICS_BASE_LIB)/libCom.a $(EPICS_EXTENSIONS_LIB)/libpprsyd.a
USR_LDLIBS = -lpprsyd -lCom
DEPLIBS = $(EPICS_BASE_LIB)/libCom.a
USR_LDLIBS = -lCom
USR_INCLUDES = -I$(EPICS_EXTENSIONS_INCLUDE)
USR_CFLAGS = -L$(EPICS_EXTENSIONS_LIB)