example: fix library order for static builds

This commit is contained in:
Ralph Lange
2018-10-17 13:57:22 +02:00
parent 1cae25fd8d
commit 23e8b20be7

View File

@@ -11,7 +11,7 @@ TOP=../../../..
include $(TOP)/configure/CONFIG include $(TOP)/configure/CONFIG
PROD_LIBS += $(EPICS_BASE_HOST_LIBS) cas gdd PROD_LIBS += cas gdd $(EPICS_BASE_HOST_LIBS)
SRC_DIRS += $(TOP)/src/template/top/caServerApp SRC_DIRS += $(TOP)/src/template/top/caServerApp