Moved types used by kernel_ipsec_t interface (and libipsec) to libstrongswan

This avoids a dependency of libipsec to libhydra.
This commit is contained in:
Tobias Brunner
2012-08-08 15:41:02 +02:00
parent 053276e69a
commit 156f7e9b85
9 changed files with 223 additions and 176 deletions
+1 -2
View File
@@ -12,7 +12,6 @@ esp_packet.c esp_packet.h
LOCAL_C_INCLUDES += \
$(libvstr_PATH) \
$(strongswan_PATH)/src/include \
$(strongswan_PATH)/src/libhydra \
$(strongswan_PATH)/src/libstrongswan
LOCAL_CFLAGS := $(strongswan_CFLAGS)
@@ -25,7 +24,7 @@ LOCAL_ARM_MODE := arm
LOCAL_PRELINK_MODULE := false
LOCAL_SHARED_LIBRARIES += libstrongswan libhydra
LOCAL_SHARED_LIBRARIES += libstrongswan
include $(BUILD_SHARED_LIBRARY)
+1 -2
View File
@@ -8,8 +8,7 @@ esp_packet.c esp_packet.h
libipsec_la_LIBADD =
INCLUDES = \
-I$(top_srcdir)/src/libstrongswan \
-I$(top_srcdir)/src/libhydra
-I$(top_srcdir)/src/libstrongswan
EXTRA_DIST = Android.mk