Misc: Fix missing files from dist package
authorPete Batard <pete@akeo.ie>
Sun, 16 Sep 2012 15:11:10 +0000 (16:11 +0100)
committerPete Batard <pete@akeo.ie>
Sun, 16 Sep 2012 16:23:36 +0000 (17:23 +0100)
Makefile.am
examples/Makefile.am
libusb/version_nano.h

index c71c5c6..09cb508 100644 (file)
@@ -1,7 +1,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
+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
 SUBDIRS = libusb doc
 
 if BUILD_EXAMPLES
@@ -20,4 +21,3 @@ dist-up: dist
        cp $(distdir).tar.bz2 $(reldir)
        rsync -rv $(reldir) frs.sourceforge.net:/home/frs/project/l/li/libusb/libusb-1.0/
        rm -rf $(reldir)
-
index 6884aeb..02fa1d5 100644 (file)
@@ -14,5 +14,5 @@ noinst_PROGRAMS += dpfp_threaded
 endif
 endif
 
-fxload_SOURCES = ezusb.c fxload.c
+fxload_SOURCES = ezusb.c ezusb.h fxload.c
 fxload_CFLAGS = $(THREAD_CFLAGS) $(AM_CFLAGS)
index 955892f..47186e5 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 10569
+#define LIBUSB_NANO 10570