From ea09c1b4ac1970f4d7441dab5f9a212559d6f90a Mon Sep 17 00:00:00 2001 From: Hussein Kasem Date: Fri, 22 Feb 2019 12:23:08 +0100 Subject: [PATCH] fix Makefile --- src/Makefile.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.conf b/src/Makefile.conf index 5d6c0d3..08717e9 100644 --- a/src/Makefile.conf +++ b/src/Makefile.conf @@ -18,7 +18,7 @@ BUILD_FOR:=$(shell uname) ######### C and C++ ######### LDFLAGS=-shared $(ENGINE_LIB) $(AD_LIB) -LDLIBS=-lstdc++ -lpEpEngine +LDLIBS=-lstdc++ -lpEpEngine -lpEpAdapter ######### C++ #########