Merge branch 'Release_2.1'

# Conflicts:
#	Makefile.conf
#	test/Makefile
pull/8/head
heck 2021-07-12 01:54:50 +02:00
commit 5008848ba4
3 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,8 @@ TARGET=libpEpAdapter.a
DEBUG=1
PREFIX?=$(HOME)
CXXFLAGS+=-std=c++11 -fPIC
# Overrides
-include $(HERE)local.conf

View File

@ -2,6 +2,8 @@ include ../Makefile.conf
LDFLAGS:=-L../src $(LDFLAGS)
LDLIBS=-lstdc++ -lpEpEngine -lpEpAdapter
LDFLAGS=-L../src $(ENGINE_LIB)
LDLIBS=-lstdc++ -lpEpEngine -lpEpAdapter -lpthread
CXXFLAGS:=-I../src -DENGINE_TEST=$(ENGINE_TEST) $(CXXFLAGS)
# Test

View File

@ -5,6 +5,7 @@
#include <iostream>
#include <cassert>
#include <cstring>
#include <sys/param.h>
#include <unistd.h>