summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorToby Gray <toby.gray@realvnc.com>2013-08-30 14:42:34 +0200
committerHans de Goede <hdegoede@redhat.com>2013-08-30 14:42:34 +0200
commit31b180dbdc5fea55df9a6ac051944516ed3d1b7f (patch)
treeedf9b29a5b77a8e39d7a3d056e132a3b1e3871b7 /Makefile.am
parent6512943087bd7ef1732b0a98e856829abb175f53 (diff)
downloadlibusb-31b180dbdc5fea55df9a6ac051944516ed3d1b7f.tar.gz
Android: Add android build files to source tarball
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 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