summary refs log tree commit diff stats
path: root/plugins/checksum
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/checksum
parent4482f8d1f53138f7846c139b6ae2b4bf9cf34dd1 (diff)
Compatibility for Automake 1.12.4+
Diffstat (limited to 'plugins/checksum')
-rw-r--r--plugins/checksum/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/checksum/Makefile.am b/plugins/checksum/Makefile.am
index 747d5de4..7c0eb686 100644
--- a/plugins/checksum/Makefile.am
+++ b/plugins/checksum/Makefile.am
@@ -6,4 +6,4 @@ lib_LTLIBRARIES = checksum.la
 checksum_la_SOURCES = checksum.c
 checksum_la_LDFLAGS = -avoid-version -module 
 checksum_la_LIBADD = 
-INCLUDES = $(COMMON_CFLAGS) -I$(srcdir)/..
+AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(srcdir)/..