summary refs log tree commit diff stats
path: root/plugins/perl
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-13 22:26:35 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-13 22:26:35 +0200
commit84c536e4ea7a5f517822c9928222f066f2faf3fe (patch)
treea40eed544b6840c375de3004c04d85d44377d515 /plugins/perl
parent4482f8d1f53138f7846c139b6ae2b4bf9cf34dd1 (diff)
Compatibility for Automake 1.12.4+
Diffstat (limited to 'plugins/perl')
-rw-r--r--plugins/perl/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/perl/Makefile.am b/plugins/perl/Makefile.am
index eefb785b..a8b3a297 100644
--- a/plugins/perl/Makefile.am
+++ b/plugins/perl/Makefile.am
@@ -12,7 +12,7 @@ perl_la_LDFLAGS = -avoid-version -module
 perl_la_LIBADD = $(PERL_LDFLAGS)
 BUILT_SOURCES = xchat.pm.h irc.pm.h
 #CFLAGS = @CFLAGS@ -Wno-unused
-INCLUDES = $(PERL_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/..
+AM_CPPFLAGS = $(PERL_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/..
 CLEANFILES = xchat.pm.h irc.pm.h
 xchat.pm.h irc.pm.h: lib/Xchat.pm lib/Xchat/Embed.pm \
 	lib/Xchat/List/Network.pm lib/Xchat/List/Network/Entry.pm \