diff options
Diffstat (limited to 'Android.mk.in')
-rw-r--r-- | Android.mk.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Android.mk.in b/Android.mk.in index 818303b31..c4a259514 100644 --- a/Android.mk.in +++ b/Android.mk.in @@ -22,9 +22,12 @@ strongswan_PLUTO_PLUGINS := openssl fips-prf random pubkey pkcs1 \ pem xcbc hmac kernel-netlink xauth endif +strongswan_STARTER_PLUGINS := kernel-netlink + # list of all plugins - used to enable them with the function below strongswan_PLUGINS := $(sort $(strongswan_CHARON_PLUGINS) \ - $(strongswan_PLUTO_PLUGINS)) + $(strongswan_PLUTO_PLUGINS) \ + $(strongswan_STARTER_PLUGINS)) # helper macros to only add source files for plugins included in the list above # source files are relative to the android.mk that called the macro |