Skip to content
Snippets Groups Projects
Commit 5fd829a0 authored by Emeric Vigier's avatar Emeric Vigier
Browse files

#14343: fix daemon/dbus compilation

parent 1f90ce1a
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,13 @@ LOCAL_SRC_FILES := $(video_SOURCES) $(network_SOURCES) \
# FIXME
LOCAL_C_INCLUDES += $(LOCAL_PATH)/.. \
$(LOCAL_PATH)/../sip
$(LOCAL_PATH)/../sip \
$(LOCAL_PATH)/../../libs/pjproject/third_party/speex/include \
$(LOCAL_PATH)/../../libs/pjproject/pjlib/include \
$(LOCAL_PATH)/../../libs/pjproject/pjsip/include \
$(LOCAL_PATH)/../../libs/pjproject/pjlib-util/include \
$(LOCAL_PATH)/../../libs/pjproject/third_party/build/speex \
$(APP_PROJECT_PATH)/jni/commoncpp2-1.8.1-android/inc
LOCAL_MODULE := libdbus-glue
LOCAL_CPPFLAGS += $(NETWORKMANAGER) \
-DPREFIX=\"$(prefix)\" \
......
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