From 23e8b20be773fce4eebd120f2923a1b697fa918b Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Wed, 17 Oct 2018 13:57:22 +0200 Subject: [PATCH] example: fix library order for static builds --- src/pcas/example/ex/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pcas/example/ex/Makefile b/src/pcas/example/ex/Makefile index 3b6444348..6fbf23a90 100644 --- a/src/pcas/example/ex/Makefile +++ b/src/pcas/example/ex/Makefile @@ -11,7 +11,7 @@ TOP=../../../.. 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