Forgot a trailing backslash so GNOMECC_CFLAGS wasn't actually being used.

2001-01-24  Jason Leach  <jasonleach@usa.net>

	* Makefile.am (INCLUDES): Forgot a trailing backslash so
	GNOMECC_CFLAGS wasn't actually being used.  It is now.
This commit is contained in:
Jason Leach 2001-01-25 01:00:30 +00:00 committed by Jacob Leach
parent 9c10f33f38
commit 50d88decfb
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2001-01-24 Jason Leach <jasonleach@usa.net>
* Makefile.am (INCLUDES): Forgot a trailing backslash so
GNOMECC_CFLAGS wasn't actually being used. It is now.
2001-01-24 Bradford Hovinen <hovinen@ximian.com>
* Makefile.am (INCLUDES): Cleaned out kruft and replaced it with

View file

@ -23,15 +23,15 @@ glade_DATA = \
icon-view.xpm \
tree-view.xpm
INCLUDES = \
INCLUDES = \
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
-DGLADEDIR=\""$(datadir)/control-center-data"\" \
-I$(top_srcdir)/intl -I$(top_builddir)/intl \
-DVERSION=\""$(VERSION)"\" \
-DSETTINGS_DIR=\""$(datadir)/control-center"\" \
-DPIXMAPS_DIR=\""$(appicondir)"\" \
-DART_DIR=\""$(splashdir)"\" \
-DGNOME_SBINDIR=\""$(sbindir)"\"
-DART_DIR=\""$(splashdir)"\" \
-DGNOME_SBINDIR=\""$(sbindir)"\" \
$(GNOMECC_CFLAGS)
bin_PROGRAMS = gnomecc