[maemo-commits] [maemo-commits] r12771 - projects/haf/trunk/hildon-fm/hildon-fm

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Jul 18 19:40:03 EEST 2007
Author: marivoll
Date: 2007-07-18 19:40:00 +0300 (Wed, 18 Jul 2007)
New Revision: 12771

Modified:
   projects/haf/trunk/hildon-fm/hildon-fm/Makefile.am
   projects/haf/trunk/hildon-fm/hildon-fm/t.c
Log:
Link test program against local libhildonfm.  Include local header.


Modified: projects/haf/trunk/hildon-fm/hildon-fm/Makefile.am
===================================================================
--- projects/haf/trunk/hildon-fm/hildon-fm/Makefile.am	2007-07-18 16:36:48 UTC (rev 12770)
+++ projects/haf/trunk/hildon-fm/hildon-fm/Makefile.am	2007-07-18 16:40:00 UTC (rev 12771)
@@ -77,7 +77,7 @@
 noinst_PROGRAMS = t
 t_SOURCES = t.c
 t_CFLAGS = $(GTK_CFLAGS) $(GNOMEVFS_CFLAGS)
-t_LDFLAGS = $(GTK_LIBS) $(GNOMEVFS_LIBS)
+t_LDFLAGS = $(GTK_LIBS) $(GNOMEVFS_LIBS) libhildonfm.la
 
 headers_to_scan_for_enums = $(hildonincludeinst_DATA)
  

Modified: projects/haf/trunk/hildon-fm/hildon-fm/t.c
===================================================================
--- projects/haf/trunk/hildon-fm/hildon-fm/t.c	2007-07-18 16:36:48 UTC (rev 12770)
+++ projects/haf/trunk/hildon-fm/hildon-fm/t.c	2007-07-18 16:40:00 UTC (rev 12771)
@@ -1,6 +1,6 @@
 #include <gtk/gtk.h>
 #include <libgnomevfs/gnome-vfs-init.h>
-#include <hildon-widgets/hildon-file-system-storage-dialog.h>
+#include "hildon-file-system-storage-dialog.h"
 
 int
 main(int argc, char **argv)


More information about the maemo-commits mailing list