gnome-pilot r1561 - in trunk: . gpilotd



Author: mcdavey
Date: Sun Feb  8 22:49:28 2009
New Revision: 1561
URL: http://svn.gnome.org/viewvc/gnome-pilot?rev=1561&view=rev

Log:
Only gpilotd.c needs to include hal, so don't hal cflags to GNOME_PILOT_CFLAGS.
#568404


Modified:
   trunk/configure.in
   trunk/gpilotd/Makefile.am

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sun Feb  8 22:49:28 2009
@@ -171,7 +171,7 @@
 	$GCONF_REQUIRED
 ])
 
-GNOME_PILOT_CFLAGS="$GNOME_PILOT_CFLAGS $PISOCK_CFLAGS $HAL_CFLAGS"
+GNOME_PILOT_CFLAGS="$GNOME_PILOT_CFLAGS $PISOCK_CFLAGS"
 GNOME_PILOT_LIBS="$GNOME_PILOT_LIBS $PISOCK_LIBS"
 
 AC_SUBST(GNOME_PILOT_CFLAGS)

Modified: trunk/gpilotd/Makefile.am
==============================================================================
--- trunk/gpilotd/Makefile.am	(original)
+++ trunk/gpilotd/Makefile.am	Sun Feb  8 22:49:28 2009
@@ -10,6 +10,7 @@
 	-DDEVICE_XML_DIR=\"$(datadir)/gnome-pilot\" 	\
 	-DGNOMELOCALEDIR=\""$(datadir)/locale"\" 		\
 	-DCONDUITDIR=\"$(datadir)\"				\
+	$(HAL_CFLAGS)						\
 	$(GNOME_PILOT_CFLAGS)	
 
 gpmarshal.h: gpmarshal.list



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]