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