r572 - trunk/src/target/OM-2007/applications/openmoko-dialer/src

mickey at sita.openmoko.org mickey at sita.openmoko.org
Wed Jan 17 18:17:04 CET 2007


Author: mickey
Date: 2007-01-17 18:17:04 +0100 (Wed, 17 Jan 2007)
New Revision: 572

Modified:
   trunk/src/target/OM-2007/applications/openmoko-dialer/src/Makefile.am
Log:
openmoko-dialer: use AM_CPPFLAGS and AM_CFLAGS


Modified: trunk/src/target/OM-2007/applications/openmoko-dialer/src/Makefile.am
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-dialer/src/Makefile.am	2007-01-17 14:06:49 UTC (rev 571)
+++ trunk/src/target/OM-2007/applications/openmoko-dialer/src/Makefile.am	2007-01-17 17:17:04 UTC (rev 572)
@@ -1,4 +1,6 @@
-INCLUDES = -DPKGDATADIR=\"$(pkgdatadir)\" @OPENMOKO_CFLAGS@ -Wall  -pedantic
+AM_CPPFLAGS = -DDATADIR=\"$(datadir)\" \
+              -DPKGDATADIR=\"$(pkgdatadir)\"
+AM_CFLAGS = -Wall -pedantic -std=c99 @OPENMOKO_CFLAGS@
 
 bin_PROGRAMS = openmoko-dialer
 





More information about the commitlog mailing list