Skip to content
Snippets Groups Projects
Commit b117a4a2 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

jni: fix INCLUDES

parent eaaa5ba5
No related branches found
No related tags found
No related merge requests found
...@@ -62,8 +62,9 @@ LOCAL_CPPFLAGS += -fexceptions ...@@ -62,8 +62,9 @@ LOCAL_CPPFLAGS += -fexceptions
LOCAL_SRC_FILES := sflphone_wrapper.cpp LOCAL_SRC_FILES := sflphone_wrapper.cpp
# SFLPHONE_BUILD_DIR contains config.h, which we need
LOCAL_C_INCLUDES += $(LOCAL_PATH) \ LOCAL_C_INCLUDES += $(LOCAL_PATH) \
$(SFLPHONE_BUILD_DIR)/ \ # for config.h $(SFLPHONE_BUILD_DIR) \
$(SFLPHONE_SRC)/daemon \ $(SFLPHONE_SRC)/daemon \
$(SFLPHONE_SRC)/daemon/src \ $(SFLPHONE_SRC)/daemon/src \
$(SFLPHONE_SRC)/daemon/contrib/$(TARGET_TUPLE)/include $(SFLPHONE_SRC)/daemon/contrib/$(TARGET_TUPLE)/include
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment