From 6a82e806b4d8ae146295c5b3d8fe4986f8ff747e Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 5 Nov 2001 14:48:03 +0000 Subject: 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 --- src/irc/notifylist/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/irc/notifylist/Makefile.am') diff --git a/src/irc/notifylist/Makefile.am b/src/irc/notifylist/Makefile.am index a5fb387e..5734f9a7 100644 --- a/src/irc/notifylist/Makefile.am +++ b/src/irc/notifylist/Makefile.am @@ -1,7 +1,10 @@ noinst_LIBRARIES = libirc_notifylist.a -INCLUDES = $(GLIB_CFLAGS) \ - -I$(top_srcdir)/src -I$(top_srcdir)/src/core/ -I$(top_srcdir)/src/irc/core/ +INCLUDES = \ + -I$(top_srcdir)/src \ + -I$(top_srcdir)/src/core/ \ + -I$(top_srcdir)/src/irc/core/ \ + $(GLIB_CFLAGS) libirc_notifylist_a_SOURCES = \ notifylist.c \ -- cgit v1.2.3