summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-06-11 14:12:56 +0100
committerPete Batard <pete@akeo.ie>2012-06-11 14:26:51 +0100
commitbeeb662e7c76560a7a305417c3cf09e1dafc1bdb (patch)
tree3d5f104b5219b1a9a69db082e670502bad2f9f5d /Makefile.am
parent6b33cd458921a6023e6e54f3715ead7ed441c648 (diff)
downloadlibusb-beeb662e7c76560a7a305417c3cf09e1dafc1bdb.tar.gz
Autotools: add libusb-1.0.def and libusb_nano.h as dependencies
* Also add version_nano.h to EXTRA_DIST as it is not added to the dist archive by default
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4f9ae65..c71c5c6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
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
+EXTRA_DIST = TODO PORTING msvc libusb/libusb-1.0.def libusb/version_nano.h
SUBDIRS = libusb doc
if BUILD_EXAMPLES