r2221 - trunk/src/target/OM-2007/applications/openmoko-footer/src

thomas at sita.openmoko.org thomas at sita.openmoko.org
Tue Jun 12 13:45:34 CEST 2007


Author: thomas
Date: 2007-06-12 13:45:33 +0200 (Tue, 12 Jun 2007)
New Revision: 2221

Modified:
   trunk/src/target/OM-2007/applications/openmoko-footer/src/Makefile.am
Log:
openmoko-footer: fix distcheck


Modified: trunk/src/target/OM-2007/applications/openmoko-footer/src/Makefile.am
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-footer/src/Makefile.am	2007-06-12 11:35:52 UTC (rev 2220)
+++ trunk/src/target/OM-2007/applications/openmoko-footer/src/Makefile.am	2007-06-12 11:45:33 UTC (rev 2221)
@@ -6,7 +6,12 @@
 
 bin_PROGRAMS = openmoko-footer
 
-openmoko_footer_SOURCES = main.c footer.c callbacks.c taskmanager.c taskitem.c misc.c
+openmoko_footer_SOURCES = main.c main.h \
+ 			  footer.c footer.h \
+			  callbacks.c callbacks.h \
+			  taskmanager.c taskmanager.h \
+			  taskitem.c taskitem.h \
+			  misc.c misc.h
 
 openmoko_footer_LDADD = @OPENMOKO_LIBS@
 





More information about the commitlog mailing list