[PATCH 05/11] Remove references to Android.mk

Kevin Cernekee cernekee at gmail.com
Sun Mar 24 21:14:00 EDT 2013


Android.mk no longer exists; the dangling references break "make dist".

Signed-off-by: Kevin Cernekee <cernekee at gmail.com>
---
 Makefile.am |    8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 06aae42..ef7a906 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,7 +50,7 @@ endif
 
 pkgconfig_DATA = openconnect.pc
 
-EXTRA_DIST = version.sh COPYING.LGPL $(lib_srcs_openssl) $(lib_srcs_gnutls) Android.mk
+EXTRA_DIST = version.sh COPYING.LGPL $(lib_srcs_openssl) $(lib_srcs_gnutls)
 
 DISTCLEANFILES = $(pkgconfig_DATA)
 
@@ -152,9 +152,3 @@ po/$(PACKAGE).pot: $(POTFILES) Makefile
 	  --package-name="@PACKAGE@" --package-version="@VERSION@" \
 	  --msgid-bugs-address=openconnect-devel at lists.infradead.org \
 	  -o $@ $(POTFILES)
-
-Android.mk: Makefile.am
-	@for a in openconnect_SOURCES library_srcs lib_srcs_openssl noinst_HEADERS; do \
-		FILES=`grep "^$$a = " $(top_srcdir)/Makefile.am`; \
-		sed "s/^$$a = .*/$$FILES/" -i $(top_srcdir)/Android.mk;  \
-	done
-- 
1.7.10.4




More information about the openconnect-devel mailing list