From 5e810c704fec31e338a385df5deddb5bf94293fc Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Thu, 21 Feb 2013 15:50:57 +0100 Subject: [PATCH] Missing library reference in Makefile --- testApp/misc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testApp/misc/Makefile b/testApp/misc/Makefile index 3b66c17..077f4eb 100644 --- a/testApp/misc/Makefile +++ b/testApp/misc/Makefile @@ -24,7 +24,7 @@ testByteBuffer_LIBS += pvData Com PROD_HOST += testBaseException testBaseException_SRCS += testBaseException.cpp -testBaseException_LIBS += pvData +testBaseException_LIBS += pvData Com PROD_HOST += testSerialization testSerialization_SRCS += testSerialization.cpp