Define PLUGINDIR in Android.mk even though it is currently not used.

The combined plugin loader requires PLUGINDIR to be defined.
This commit is contained in:
Tobias Brunner 2011-03-22 17:37:19 +01:00
parent 566173366d
commit f5958b6225
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ strongswan_CFLAGS := \
-DROUTING_TABLE_PRIO=220 \
-DVERSION=\"@PACKAGE_VERSION@\" \
-DPLUGINS='"$(strongswan_PLUGINS)"' \
-DPLUGINDIR=\"/system/bin/ipsec\" \
-DIPSEC_DIR=\"/system/bin\" \
-DIPSEC_PIDDIR=\"/data/misc/vpn\" \
-DSTRONGSWAN_CONF=\"/system/etc/strongswan.conf\" \