Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get before possibly identically named headers in the glib's include directory.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1975 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-11-05 14:48:03 +00:00 committed by cras
commit 6a82e806b4
16 changed files with 48 additions and 31 deletions

View file

@ -1,10 +1,10 @@
bin_PROGRAMS = botti
INCLUDES = \
$(GLIB_CFLAGS) \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/core/ \
-I$(top_srcdir)/src/irc/core/
-I$(top_srcdir)/src/irc/core/ \
$(GLIB_CFLAGS)
botti_DEPENDENCIES = @COMMON_NOUI_LIBS@