r1272 - trunk/src/target/OM-2007/applications/openmoko-today/src

thomas at sita.openmoko.org thomas at sita.openmoko.org
Thu Mar 8 13:08:38 CET 2007


Author: thomas
Date: 2007-03-08 13:08:37 +0100 (Thu, 08 Mar 2007)
New Revision: 1272

Modified:
   trunk/src/target/OM-2007/applications/openmoko-today/src/Makefile.am
Log:
* Use OpenMoko recommended CFLAGS in openmoko-today


Modified: trunk/src/target/OM-2007/applications/openmoko-today/src/Makefile.am
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-today/src/Makefile.am	2007-03-08 11:41:12 UTC (rev 1271)
+++ trunk/src/target/OM-2007/applications/openmoko-today/src/Makefile.am	2007-03-08 12:08:37 UTC (rev 1272)
@@ -4,7 +4,7 @@
 AM_CPPFLAGS=-DPKGDATADIR=\"$(pkgdatadir)\" \
             -DDATADIR=\""$(datadir)"\"
 
-AM_CFLAGS = -Wall -export-dynamic $(CFLAGS)
+AM_CFLAGS =  -Wall -pedantic -std=c99 $(CFLAGS)
 
 bin_PROGRAMS = today
 





More information about the commitlog mailing list