blob: bee46011436df2873bed14e35f96bbbf16fd6a3f [file] [log] [blame]
Alexander Afanasyevddaa8312015-01-27 16:33:45 -08001LOCAL_PATH := $(call my-dir)
Alexander Afanasyev087c7c12015-02-02 00:21:21 -08002LOCAL_PATH_SAVED := $(LOCAL_PATH)
Alexander Afanasyevddaa8312015-01-27 16:33:45 -08003
4include $(CLEAR_VARS)
Alexander Afanasyev087c7c12015-02-02 00:21:21 -08005LOCAL_MODULE := nfd-wrapper
Alexander Afanasyev216df012015-02-10 17:35:46 -08006LOCAL_SRC_FILES := nfd-wrapper.cpp
7LOCAL_SHARED_LIBRARIES := nfd-daemon ndn-cxx boost_system_shared
Alexander Afanasyevddaa8312015-01-27 16:33:45 -08008LOCAL_LDLIBS := -llog
9include $(BUILD_SHARED_LIBRARY)
Alexander Afanasyev087c7c12015-02-02 00:21:21 -080010
11include $(LOCAL_PATH_SAVED)/ndn-cxx.mk
12include $(LOCAL_PATH_SAVED)/nfd.mk
Alexander Afanasyev216df012015-02-10 17:35:46 -080013
14$(call import-module,boost/1.57.0)