Android: Add android build files to source tarball

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
Toby Gray
2013-08-30 14:42:34 +02:00
committed by Hans de Goede
parent 6512943087
commit 31b180dbdc
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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
+1 -1
View File
@@ -1 +1 @@
#define LIBUSB_NANO 10824
#define LIBUSB_NANO 10825