gnome-games r8243 - in trunk/gnotravex: . pixmaps



Author: chpe
Date: Tue Nov  4 14:25:30 2008
New Revision: 8243
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8243&view=rev

Log:
Remove directory defines from CPPFLAGS to ensure they're not used, and replace remaining uses of the directory defines, if any, with games-runtime lookups. Prettify the Makefile.am in the process, and make libgames-support includes consistent.

Modified:
   trunk/gnotravex/Makefile.am
   trunk/gnotravex/pixmaps/Makefile.am

Modified: trunk/gnotravex/Makefile.am
==============================================================================
--- trunk/gnotravex/Makefile.am	(original)
+++ trunk/gnotravex/Makefile.am	Tue Nov  4 14:25:30 2008
@@ -9,12 +9,7 @@
 	$(NULL)
 
 gnotravex_CPPFLAGS = \
-	-I$(top_srcdir)				\
-	-I$(top_srcdir)/libgames-support	\
-	-DDATADIR="\"$(datadir)\""		\
-	-DPIXMAPDIR=\""$(datadir)/gnome-games/pixmaps"\"	\
-	-DSHAREDIR="\"$(pkgdatadir)\""		\
-	-DGNOMELOCALEDIR=\""$(datadir)/locale"\"\
+	-I$(top_srcdir) \
 	$(AM_CPPFLAGS)
 
 gnotravex_CFLAGS = \

Modified: trunk/gnotravex/pixmaps/Makefile.am
==============================================================================
--- trunk/gnotravex/pixmaps/Makefile.am	(original)
+++ trunk/gnotravex/pixmaps/Makefile.am	Tue Nov  4 14:25:30 2008
@@ -2,4 +2,3 @@
 image_DATA    = baize.png
 
 EXTRA_DIST    = $(image_DATA) 
-



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