From 31b180dbdc5fea55df9a6ac051944516ed3d1b7f Mon Sep 17 00:00:00 2001 From: Toby Gray Date: Fri, 30 Aug 2013 14:42:34 +0200 Subject: [PATCH] Android: Add android build files to source tarball Signed-off-by: Hans de Goede --- Makefile.am | 3 ++- libusb/version_nano.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 93ce941..c2e6719 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,8 @@ AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip ACLOCAL_AMFLAGS = -I m4 DISTCLEANFILES = libusb-1.0.pc EXTRA_DIST = TODO PORTING msvc libusb/libusb-1.0.def libusb/version_nano.h \ - examples/getopt/getopt.c examples/getopt/getopt1.c examples/getopt/getopt.h + examples/getopt/getopt.c examples/getopt/getopt1.c examples/getopt/getopt.h \ + android SUBDIRS = libusb doc if BUILD_EXAMPLES diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 0206619..a90b2e8 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 10824 +#define LIBUSB_NANO 10825