r5933 - trunk/src/host/dfu-util/src

stefan at docs.openmoko.org stefan at docs.openmoko.org
Sat Apr 24 23:59:37 CEST 2010


Author: stefan
Date: 2010-04-24 23:59:37 +0200 (Sat, 24 Apr 2010)
New Revision: 5933

Modified:
   trunk/src/host/dfu-util/src/Makefile.am
Log:
Makefile.am: Fix make distcheck

All needed files must be listed.

Modified: trunk/src/host/dfu-util/src/Makefile.am
===================================================================
--- trunk/src/host/dfu-util/src/Makefile.am	2010-04-24 21:46:43 UTC (rev 5932)
+++ trunk/src/host/dfu-util/src/Makefile.am	2010-04-24 21:59:37 UTC (rev 5933)
@@ -7,10 +7,20 @@
 BUILT_SOURCES = dfu-version.h
 
 bin_PROGRAMS = dfu-util dfu-util_static
-dfu_util_SOURCES = main.c sam7dfu.c dfu.c dfu.h
+dfu_util_SOURCES = main.c \
+		sam7dfu.c \
+		sam7dfu.h \
+		dfu.c \
+		dfu.h \
+		usb_dfu.h
 
-dfu_util_static_SOURCES = main.c sam7dfu.c dfu.c dfu.h
+dfu_util_static_SOURCES = main.c \
+			sam7dfu.c \
+			sam7dfu.h \
+			dfu.c \
+			dfu.h \
+			usb_dfu.h
+
 dfu_util_static_LDFLAGS = -static
 
-# commands.c commands.h sam7dfu.c
-
+EXTRA_DIST = dfu-version.h




More information about the commitlog mailing list