strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
android: Fix build after updating Linux headers
[strongswan.git]
/
src
/
libipsec
/
Android.mk
diff --git
a/src/libipsec/Android.mk
b/src/libipsec/Android.mk
index
0248109
..
dffed94
100644
(file)
--- a/
src/libipsec/Android.mk
+++ b/
src/libipsec/Android.mk
@@
-2,20
+2,24
@@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
# copy-n-paste from Makefile.am
include $(CLEAR_VARS)
# copy-n-paste from Makefile.am
-
LOCAL_SRC_FIL
ES := \
+
libipsec_la_SOURC
ES := \
ipsec.c ipsec.h \
esp_context.c esp_context.h \
esp_packet.c esp_packet.h \
ipsec.c ipsec.h \
esp_context.c esp_context.h \
esp_packet.c esp_packet.h \
+ip_packet.c ip_packet.h \
ipsec_event_listener.h \
ipsec_event_relay.c ipsec_event_relay.h \
ipsec_event_listener.h \
ipsec_event_relay.c ipsec_event_relay.h \
+ipsec_policy.c ipsec_policy.h \
+ipsec_policy_mgr.c ipsec_policy_mgr.h \
+ipsec_processor.c ipsec_processor.h \
ipsec_sa.c ipsec_sa.h \
ipsec_sa_mgr.c ipsec_sa_mgr.h
ipsec_sa.c ipsec_sa.h \
ipsec_sa_mgr.c ipsec_sa_mgr.h
+LOCAL_SRC_FILES := $(filter %.c,$(libipsec_la_SOURCES))
+
# build libipsec ---------------------------------------------------------------
LOCAL_C_INCLUDES += \
# build libipsec ---------------------------------------------------------------
LOCAL_C_INCLUDES += \
- $(libvstr_PATH) \
- $(strongswan_PATH)/src/include \
$(strongswan_PATH)/src/libstrongswan
LOCAL_CFLAGS := $(strongswan_CFLAGS)
$(strongswan_PATH)/src/libstrongswan
LOCAL_CFLAGS := $(strongswan_CFLAGS)