mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
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:
parent
a6e9d7dfb7
commit
6a82e806b4
16 changed files with 48 additions and 31 deletions
|
|
@ -13,14 +13,15 @@ libfe_perl_la_LDFLAGS = -avoid-version -rpath $(moduledir)
|
|||
|
||||
perl-core.c: perl-signals-list.h irssi-core.pl.h
|
||||
|
||||
INCLUDES = $(GLIB_CFLAGS) \
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/core \
|
||||
-I$(top_srcdir)/src/fe-common/core \
|
||||
$(GLIB_CFLAGS) \
|
||||
-DSCRIPTDIR=\""$(libdir)/irssi/scripts"\" \
|
||||
-DPERL_USE_LIB=\""$(PERL_USE_LIB)"\" \
|
||||
-DPERL_STATIC_LIBS=$(PERL_STATIC_LIBS) \
|
||||
$(PERL_CFLAGS) \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/core \
|
||||
-I$(top_srcdir)/src/fe-common/core
|
||||
$(PERL_CFLAGS)
|
||||
|
||||
perl_sources = \
|
||||
perl-core.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue