gnome-games r8244 - trunk/gnotski



Author: chpe
Date: Tue Nov  4 14:25:32 2008
New Revision: 8244
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8244&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/gnotski/Makefile.am

Modified: trunk/gnotski/Makefile.am
==============================================================================
--- trunk/gnotski/Makefile.am	(original)
+++ trunk/gnotski/Makefile.am	Tue Nov  4 14:25:32 2008
@@ -10,11 +10,7 @@
 	$(NULL)
 
 gnotski_CPPFLAGS = \
-	-I$(top_srcdir)					\
-	-I$(top_srcdir)/libgames-support		\
-	-DGNOMELOCALEDIR=\""$(datadir)/locale"\"	\
-	-DDATADIR="\"$(datadir)\""			\
-	-DPIXMAPDIR="\"$(pkgdatadir)/gnotski/pixmaps\""		\
+	-I$(top_srcdir) \
 	$(AM_CPPFLAGS)
 
 gnotski_CFLAGS = \



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