comparison finch/libgnt/wms/Makefile.am @ 16916:0dcd915899ae

Remove VERSION from the CFLAGS all over, to prevent similar re-declaration warnings. If this breaks anything, it can #include <internal.h>.
author Richard Laager <rlaager@wiktel.com>
date Sat, 05 May 2007 23:08:20 +0000
parents c6e563dfaa7a
children 1bccb9641ef3
comparison
equal deleted inserted replaced
16915:317b12362b71 16916:0dcd915899ae
13 13
14 EXTRA_DIST = 14 EXTRA_DIST =
15 15
16 AM_CPPFLAGS = \ 16 AM_CPPFLAGS = \
17 -DDATADIR=\"$(datadir)\" \ 17 -DDATADIR=\"$(datadir)\" \
18 -DVERSION=\"$(VERSION)\" \
19 -I$(top_srcdir)/libpurple \ 18 -I$(top_srcdir)/libpurple \
20 -I$(top_srcdir)/finch \ 19 -I$(top_srcdir)/finch \
21 -I$(top_srcdir)/finch/libgnt \ 20 -I$(top_srcdir)/finch/libgnt \
22 $(DEBUG_CFLAGS) \ 21 $(DEBUG_CFLAGS) \
23 $(GLIB_CFLAGS) \ 22 $(GLIB_CFLAGS) \