[maemo-commits] [maemo-commits] r16716 - projects/haf/branches/hildon-fm/fremantle/hildon-fm

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Nov 18 09:59:17 EET 2008
Author: risun
Date: 2008-11-18 09:59:14 +0200 (Tue, 18 Nov 2008)
New Revision: 16716

Modified:
   projects/haf/branches/hildon-fm/fremantle/hildon-fm/Makefile.am
Log:
exclude t.c out of compiling

Modified: projects/haf/branches/hildon-fm/fremantle/hildon-fm/Makefile.am
===================================================================
--- projects/haf/branches/hildon-fm/fremantle/hildon-fm/Makefile.am	2008-11-17 17:04:07 UTC (rev 16715)
+++ projects/haf/branches/hildon-fm/fremantle/hildon-fm/Makefile.am	2008-11-18 07:59:14 UTC (rev 16716)
@@ -69,10 +69,11 @@
 	hildon-file-system-storage-dialog.h	\
 	hildon-fm1-compat.h
 
-noinst_PROGRAMS = t
-t_SOURCES = t.c
-t_CFLAGS = $(GTK_CFLAGS) $(GNOMEVFS_CFLAGS)
-t_LDFLAGS = $(GTK_LIBS) $(GNOMEVFS_LIBS) libhildonfm.la
+# exclue t.c out of compiling 
+# noinst_PROGRAMS = t
+# t_SOURCES = t.c
+# t_CFLAGS = $(GTK_CFLAGS) $(GNOMEVFS_CFLAGS)
+# t_LDFLAGS = $(GTK_LIBS) $(GNOMEVFS_LIBS) libhildonfm.la
 
 headers_to_scan_for_enums = $(hildonincludeinst_DATA)
  


More information about the maemo-commits mailing list