From 82d64f8c58de5ce339ab9e414aeb00f78c43ba78 Mon Sep 17 00:00:00 2001 From: heck Date: Mon, 7 Mar 2022 17:55:12 +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 64b076f..b9d9fe0 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,7 +1,7 @@ include ../Makefile.conf LDFLAGS=-L../src -L$(PREFIX)/lib -L$(PREFIX_GTEST)/lib -LDLIBS=-lstdc++ -lpEpEngine -lpEpAdapter +LDLIBS=-lstdc++ -lpEpCxx11 -lpEpEngine -lpEpAdapter CXXFLAGS:=-I../src $(CXXFLAGS) -I$(PREFIX_GTEST)/include TEST_SOURCE=$(wildcard *.cc)