aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtncif
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2013-03-08 16:48:11 +0100
committerTobias Brunner <tobias@strongswan.org>2013-03-20 15:24:26 +0100
commite5d819b617079e67cb29ce87463bb9dfa750367b (patch)
tree1b95f0ee89788c5d501849b2626e19657599786b /src/libtncif
parent8249f288f2fcc5e7e340d8212d38183d76f59e6c (diff)
downloadstrongswan-e5d819b617079e67cb29ce87463bb9dfa750367b.tar.bz2
strongswan-e5d819b617079e67cb29ce87463bb9dfa750367b.tar.xz
android: Remove/filter header files from LOCAL_SRC_FILES
This avoids huge warnings when building the native code.
Diffstat (limited to 'src/libtncif')
-rw-r--r--src/libtncif/Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libtncif/Android.mk b/src/libtncif/Android.mk
index a337a0dcc..9a9bfa9ad 100644
--- a/src/libtncif/Android.mk
+++ b/src/libtncif/Android.mk
@@ -2,11 +2,13 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
# copy-n-paste from Makefile.am
-LOCAL_SRC_FILES := \
+libtncif_la_SOURCES := \
tncif.h tncifimc.h tncifimv.h tncif_names.h tncif_names.c \
tncif_identity.h tncif_identity.c \
tncif_pa_subtypes.h tncif_pa_subtypes.c
+LOCAL_SRC_FILES := $(filter %.c,$(libtncif_la_SOURCES))
+
# build libtncif ---------------------------------------------------------------
LOCAL_C_INCLUDES += \