fix imcompatibilities with subtool
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user