From ec973ce00dff5e03818e3046e54b4aa60b4ac424 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 27 Mar 2014 18:08:02 -0500 Subject: [PATCH] Fix link library order for testCodec --- testApp/remote/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testApp/remote/Makefile b/testApp/remote/Makefile index e448fa3..3dc2a39 100644 --- a/testApp/remote/Makefile +++ b/testApp/remote/Makefile @@ -53,8 +53,8 @@ TESTS += testChannelAccess TESTPROD_HOST += testCodec testCodec_SRCS = testCodec -testCodec_LIBS += pvData pvAccess pvMB Com -TESTS += testCodec +testCodec_LIBS += pvAccess pvData pvMB Com +TESTS += testCodec PROD_HOST += pvget