strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5c6f9b
)
Only include C files that start with the plugin name when building for Android.
author
Tobias Brunner
<tobias@strongswan.org>
Thu, 20 May 2010 10:01:12 +0000
(12:01 +0200)
committer
Tobias Brunner
<tobias@strongswan.org>
Thu, 20 May 2010 10:01:12 +0000
(12:01 +0200)
Android.mk.in
patch
|
blob
|
history
diff --git
a/Android.mk.in
b/Android.mk.in
index
4a4b7df
..
6277861
100644
(file)
--- a/
Android.mk.in
+++ b/
Android.mk.in
@@
-12,7
+12,9
@@
plugin_enabled = $(findstring $(1), $(strongswan_PLUGINS))
add_plugin = $(if $(call plugin_enabled,$(1)), \
$(patsubst $(LOCAL_PATH)/%,%, \
$(wildcard \
- $(LOCAL_PATH)/plugins/$(subst -,_,$(strip $(1)))/*.c \
+ $(subst %,$(subst -,_,$(strip $(1))), \
+ $(LOCAL_PATH)/plugins/%/%*.c \
+ ) \
) \
) \
)