From b5b4a0beecd10997e7e4528b5e53242b93dbf6e7 Mon Sep 17 00:00:00 2001 From: heck Date: Thu, 3 Mar 2022 15:54:38 +0100 Subject: [PATCH] Build: link against libpEpCxx11 --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 03836a5..cdf6f79 100644 --- a/test/Makefile +++ b/test/Makefile @@ -7,7 +7,7 @@ include ../Makefile.conf CXXFLAGS:=-I../src $(CXXFLAGS) LDFLAGS:=-L../src $(LDFLAGS) -LDLIBS=-lstdc++ -lpEpAdapter #-lpthread -ldl -lm +LDLIBS=-lstdc++ -lpEpCxx11 -lpthread -lm CXXFLAGS:=-I../src $(CXXFLAGS) # Test