[maemo-commits] [maemo-commits] r13713 - in projects/haf/trunk/hildon-thumbnail-libid3: . src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Sep 10 19:19:47 EEST 2007
Author: marivoll
Date: 2007-09-10 19:19:46 +0300 (Mon, 10 Sep 2007)
New Revision: 13713

Modified:
   projects/haf/trunk/hildon-thumbnail-libid3/configure.ac
   projects/haf/trunk/hildon-thumbnail-libid3/src/Makefile.am
Log:
	* configure.ac (CFLAGS): Include -O2 and -g (N58275).
	* src/Makefile.am (AM_CFLAGS): Use AM_CFLAGS instead of CFLAGS.


Modified: projects/haf/trunk/hildon-thumbnail-libid3/configure.ac
===================================================================
--- projects/haf/trunk/hildon-thumbnail-libid3/configure.ac	2007-09-10 13:55:42 UTC (rev 13712)
+++ projects/haf/trunk/hildon-thumbnail-libid3/configure.ac	2007-09-10 16:19:46 UTC (rev 13713)
@@ -9,7 +9,7 @@
 #MIME_TYPES="audio/mp3 audio/x-mp3"
 #AC_SUBST(MIME_TYPES)
 
-CFLAGS="-DDEBUG -Wall -std=c99"
+CFLAGS="-O2 -g -DDEBUG -Wall -std=c99"
 AC_SUBST(CFLAGS)
 
 # --- Programs ---

Modified: projects/haf/trunk/hildon-thumbnail-libid3/src/Makefile.am
===================================================================
--- projects/haf/trunk/hildon-thumbnail-libid3/src/Makefile.am	2007-09-10 13:55:42 UTC (rev 13712)
+++ projects/haf/trunk/hildon-thumbnail-libid3/src/Makefile.am	2007-09-10 16:19:46 UTC (rev 13713)
@@ -1,4 +1,4 @@
-CFLAGS += -Wall -std=c99 -pedantic
+AM_CFLAGS += -Wall -std=c99 -pedantic
 
 INCLUDES = -I$(srcdir)/.. $(PKG_CFLAGS)
 


More information about the maemo-commits mailing list