[maemo-commits] [maemo-commits] r13718 - projects/haf/trunk/hildon-thumbnail-libid3/src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Sep 10 19:32:51 EEST 2007
Author: marivoll
Date: 2007-09-10 19:32:50 +0300 (Mon, 10 Sep 2007)
New Revision: 13718

Modified:
   projects/haf/trunk/hildon-thumbnail-libid3/src/Makefile.am
Log:
Use = instead of += when setting AM_CFLAGS for the first time.


Modified: projects/haf/trunk/hildon-thumbnail-libid3/src/Makefile.am
===================================================================
--- projects/haf/trunk/hildon-thumbnail-libid3/src/Makefile.am	2007-09-10 16:31:58 UTC (rev 13717)
+++ projects/haf/trunk/hildon-thumbnail-libid3/src/Makefile.am	2007-09-10 16:32:50 UTC (rev 13718)
@@ -1,4 +1,4 @@
-AM_CFLAGS += -Wall -std=c99 -pedantic
+AM_CFLAGS = -Wall -std=c99 -pedantic
 
 INCLUDES = -I$(srcdir)/.. $(PKG_CFLAGS)
 


More information about the maemo-commits mailing list