Integrating libhydra into the Android build system.

This commit is contained in:
Tobias Brunner
2010-04-12 16:47:47 +02:00
parent b73b3a033f
commit 6edbe1652b
6 changed files with 40 additions and 6 deletions
+2 -1
View File
@@ -9,6 +9,7 @@ charon.c
LOCAL_C_INCLUDES += \
$(libvstr_PATH) \
$(strongswan_PATH)/src/libhydra \
$(strongswan_PATH)/src/libcharon \
$(strongswan_PATH)/src/libstrongswan
@@ -20,7 +21,7 @@ LOCAL_ARM_MODE := arm
LOCAL_PRELINK_MODULE := false
LOCAL_SHARED_LIBRARIES += libstrongswan libcharon
LOCAL_SHARED_LIBRARIES += libstrongswan libhydra libcharon
include $(BUILD_EXECUTABLE)