diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-11-22 18:31:12 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-11-22 18:31:12 +0100 |
commit | 4f775afda9ad0ad023c6c521f3dd68cca1e3528b (patch) | |
tree | 774066cc471d07be6bea670761220529e702144f /src/stroke | |
parent | b2e493ab58f39e2bce0a9fef7a62d78965d4f84b (diff) | |
download | strongswan-4f775afda9ad0ad023c6c521f3dd68cca1e3528b.tar.bz2 strongswan-4f775afda9ad0ad023c6c521f3dd68cca1e3528b.tar.xz |
Added missing Android.mk files to distribution.
Diffstat (limited to 'src/stroke')
-rw-r--r-- | src/stroke/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stroke/Makefile.am b/src/stroke/Makefile.am index 6eee8cd6c..f93680b64 100644 --- a/src/stroke/Makefile.am +++ b/src/stroke/Makefile.am @@ -5,7 +5,7 @@ stroke.c stroke_msg.h stroke_keywords.c stroke_keywords.h stroke_LDADD = $(top_builddir)/src/libstrongswan/libstrongswan.la $(SOCKLIB) INCLUDES = -I$(top_srcdir)/src/libstrongswan -EXTRA_DIST = stroke_keywords.txt +EXTRA_DIST = stroke_keywords.txt Android.mk BUILT_SOURCES = stroke_keywords.c MAINTAINERCLEANFILES = stroke_keywords.c AM_CFLAGS = -DIPSEC_PIDDIR=\"${piddir}\" |