[maemo-commits] [maemo-commits] r15916 - in projects/haf/trunk/hildon-fm: . tests

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Aug 29 10:25:25 EEST 2008
Author: jukkkaup
Date: 2008-08-29 10:25:24 +0300 (Fri, 29 Aug 2008)
New Revision: 15916

Modified:
   projects/haf/trunk/hildon-fm/configure.ac
   projects/haf/trunk/hildon-fm/tests/Makefile.am
Log:
* Modified hildon-fm configure.ac not to use -O2 optimization flag and tests/Makefile.am to include all tests in the build



Modified: projects/haf/trunk/hildon-fm/configure.ac
===================================================================
--- projects/haf/trunk/hildon-fm/configure.ac	2008-08-29 07:15:23 UTC (rev 15915)
+++ projects/haf/trunk/hildon-fm/configure.ac	2008-08-29 07:25:24 UTC (rev 15916)
@@ -25,7 +25,7 @@
     esac
   ])
 
-CFLAGS="$CFLAGS -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-format-extra-args $LOGFLAGS"
+CFLAGS="-Wall -Wmissing-prototypes -Wmissing-declarations -Wno-format-extra-args $LOGFLAGS"
 
 GTK_VERSION=2.10.0
 

Modified: projects/haf/trunk/hildon-fm/tests/Makefile.am
===================================================================
--- projects/haf/trunk/hildon-fm/tests/Makefile.am	2008-08-29 07:15:23 UTC (rev 15915)
+++ projects/haf/trunk/hildon-fm/tests/Makefile.am	2008-08-29 07:25:24 UTC (rev 15916)
@@ -14,7 +14,8 @@
 			  check-hildonfm-file-system-settings.c		\
 			  check-hildonfm-file-system-special-location.c	\
 			  check-hildonfm-file-system-storage-dialog.c	\
-			  check-hildonfm-file-system-voldev.c
+			  check-hildonfm-file-system-voldev.c		\
+			  check-hildonfm-file-system-info.c
 
 check_test_LDADD	= @CHECK_LIBS@ $(GTK_LIBS) $(GNOMEVFS_LIBS) $(top_builddir)/hildon-fm/libhildonfm.la $(HILDON_THUMBNAIL_LIBS)
 check_test_LDFLAGS	= -module -avoid-version


More information about the maemo-commits mailing list