diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-03-22 17:37:19 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-03-22 17:41:37 +0100 |
commit | f5958b62250b91e1962203ab011576d66ae6dbc3 (patch) | |
tree | b67540753d63ffb01af896f77e8dafcb10495360 | |
parent | 566173366da87c2d393110b9c9478456f4ff58e7 (diff) | |
download | strongswan-f5958b62250b91e1962203ab011576d66ae6dbc3.tar.bz2 strongswan-f5958b62250b91e1962203ab011576d66ae6dbc3.tar.xz |
Define PLUGINDIR in Android.mk even though it is currently not used.
The combined plugin loader requires PLUGINDIR to be defined.
-rw-r--r-- | Android.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk.in b/Android.mk.in index 1ad0b27fe..d1bec5a29 100644 --- a/Android.mk.in +++ b/Android.mk.in @@ -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\" \ |