Browse Source

at least

JNI-88
Volker Birk 6 years ago
parent
commit
f17c97d743
  1. 2
      src/Makefile
  2. 2
      src/get_header.cc

2
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

2
src/get_header.cc

@ -1 +1 @@
#include "pEpEngine.h"
#include <pEp/pEpEngine.h>

Loading…
Cancel
Save