summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-09-16 16:11:10 +0100
committerPete Batard <pete@akeo.ie>2012-09-16 17:23:36 +0100
commitc9ecb7255b29b13f3b5a7a9de4c587f48402885c (patch)
tree178a1c21fd56f37fb56467c100ed145ae74d8c3e /examples
parent4e1d77d3c4a370f2b2d87f396859a5e249473dbf (diff)
downloadlibusb-c9ecb7255b29b13f3b5a7a9de4c587f48402885c.tar.gz
Misc: Fix missing files from dist package
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 6884aeb..02fa1d5 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -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)