From f17c97d7435826183e5b51a6abd6a724f43152b1 Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Tue, 29 Oct 2019 11:31:35 +0100 Subject: [PATCH] at least --- src/Makefile | 2 +- src/get_header.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 1a36c60..b7adb3e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -60,7 +60,7 @@ C_SOURCES=foundation_pEp_jniadapter_Engine.cc \ throw_pEp_exception.hh \ foundation_pEp_jniadapter_AbstractEngine.h -PEP_HEADER:=$(shell $(CXX) -E -M get_header.cc | grep -oe '[^[:space:]]*pEpEngine\.h' | head -1) +PEP_HEADER:=$(shell $(CXX) $(CXXFLAGS) -E -M get_header.cc | grep -oe '[^[:space:]]*pEpEngine\.h' | head -1) .PHONY: all diff --git a/src/get_header.cc b/src/get_header.cc index 561c863..d713295 100644 --- a/src/get_header.cc +++ b/src/get_header.cc @@ -1 +1 @@ -#include "pEpEngine.h" +#include