aboutsummaryrefslogtreecommitdiffstats
path: root/src/scepclient/Android.mk
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2013-11-13 11:29:59 +0100
committerTobias Brunner <tobias@strongswan.org>2013-11-13 11:40:47 +0100
commit20c99edab97e617cb83c000e8319d0d86234112b (patch)
tree38b24de87a57f826892f8f7093eb9f56388d5af4 /src/scepclient/Android.mk
parent27467a6881414f024ad53740df115dfd4695c8cb (diff)
downloadstrongswan-20c99edab97e617cb83c000e8319d0d86234112b.tar.bz2
strongswan-20c99edab97e617cb83c000e8319d0d86234112b.tar.xz
android: Remove dependency on libvstr
Diffstat (limited to 'src/scepclient/Android.mk')
-rw-r--r--src/scepclient/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scepclient/Android.mk b/src/scepclient/Android.mk
index 69413890f..bec3d77ff 100644
--- a/src/scepclient/Android.mk
+++ b/src/scepclient/Android.mk
@@ -10,7 +10,6 @@ LOCAL_SRC_FILES := $(filter %.c,$(scepclient_SOURCES))
# build scepclient -------------------------------------------------------------
LOCAL_C_INCLUDES += \
- $(libvstr_PATH) \
$(strongswan_PATH)/src/libstrongswan
LOCAL_CFLAGS := $(strongswan_CFLAGS) \