From: Tobias Brunner Date: Tue, 22 Nov 2011 17:31:12 +0000 (+0100) Subject: Added missing Android.mk files to distribution. X-Git-Tag: 4.6.2~380 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f775afda9ad0ad023c6c521f3dd68cca1e3528b;p=thirdparty%2Fstrongswan.git Added missing Android.mk files to distribution. --- diff --git a/src/ipsec/Makefile.am b/src/ipsec/Makefile.am index 8420e1ace4..bbf0097213 100644 --- a/src/ipsec/Makefile.am +++ b/src/ipsec/Makefile.am @@ -1,7 +1,7 @@ sbin_SCRIPTS = ipsec CLEANFILES = ipsec ipsec.8 dist_man8_MANS = ipsec.8 -EXTRA_DIST = ipsec.in ipsec.8.in +EXTRA_DIST = ipsec.in ipsec.8.in Android.mk ipsec.8 : ipsec.8.in sed \ diff --git a/src/libfreeswan/Makefile.am b/src/libfreeswan/Makefile.am index bc12fe386e..b38343d345 100644 --- a/src/libfreeswan/Makefile.am +++ b/src/libfreeswan/Makefile.am @@ -19,3 +19,4 @@ dist_man3_MANS = anyaddr.3 atoaddr.3 atoasr.3 atoul.3 goodmask.3 initaddr.3 init portof.3 rangetosubnet.3 sameaddr.3 subnetof.3 \ ttoaddr.3 ttodata.3 ttosa.3 ttoul.3 +EXTRA_DIST = Android.mk diff --git a/src/libtnccs/Makefile.am b/src/libtnccs/Makefile.am index 4f331c46b4..449d32d922 100644 --- a/src/libtnccs/Makefile.am +++ b/src/libtnccs/Makefile.am @@ -13,4 +13,4 @@ tnc/imv/imv_recommendations.h tnc/imv/imv_recommendations.c \ tnc/tnccs/tnccs.h tnc/tnccs/tnccs.c \ tnc/tnccs/tnccs_manager.h tnc/tnccs/tnccs_manager.c - +EXTRA_DIST = Android.mk diff --git a/src/libtncif/Makefile.am b/src/libtncif/Makefile.am index cfaba912aa..cc262ffca6 100644 --- a/src/libtncif/Makefile.am +++ b/src/libtncif/Makefile.am @@ -5,3 +5,5 @@ noinst_LTLIBRARIES = libtncif.la libtncif_la_SOURCES = \ tncif.h tncifimc.h tncifimv.h tncif_names.h tncif_names.c \ tncif_pa_subtypes.h tncif_pa_subtypes.c + +EXTRA_DIST = Android.mk diff --git a/src/pluto/Makefile.am b/src/pluto/Makefile.am index 68ba163460..3fd0e039c1 100644 --- a/src/pluto/Makefile.am +++ b/src/pluto/Makefile.am @@ -102,6 +102,8 @@ endif dist_man_MANS = pluto.8 +EXTRA_DIST = Android.mk + # compile options ################# diff --git a/src/starter/Makefile.am b/src/starter/Makefile.am index ba97c060f9..94ddf5aba1 100644 --- a/src/starter/Makefile.am +++ b/src/starter/Makefile.am @@ -28,7 +28,7 @@ AM_CFLAGS = \ AM_YFLAGS = -v -d starter_LDADD = defs.o $(top_builddir)/src/libfreeswan/libfreeswan.a $(top_builddir)/src/libstrongswan/libstrongswan.la $(top_builddir)/src/libhydra/libhydra.la $(SOCKLIB) -EXTRA_DIST = keywords.txt ipsec.conf +EXTRA_DIST = keywords.txt ipsec.conf Android.mk MAINTAINERCLEANFILES = keywords.c BUILT_SOURCES = parser.h diff --git a/src/stroke/Makefile.am b/src/stroke/Makefile.am index 6eee8cd6c6..f93680b64d 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}\" diff --git a/src/whack/Makefile.am b/src/whack/Makefile.am index fa4c9959c3..23374475ed 100644 --- a/src/whack/Makefile.am +++ b/src/whack/Makefile.am @@ -15,3 +15,4 @@ $(top_builddir)/src/libfreeswan/libfreeswan.a AM_CFLAGS = -DDEBUG -DIPSEC_PIDDIR=\"${piddir}\" +EXTRA_DIST = Android.mk