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:
parent
9c10f33f38
commit
50d88decfb
2 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue