diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-13 22:26:35 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-13 22:26:35 +0200 |
commit | 84c536e4ea7a5f517822c9928222f066f2faf3fe (patch) | |
tree | a40eed544b6840c375de3004c04d85d44377d515 /plugins/python | |
parent | 4482f8d1f53138f7846c139b6ae2b4bf9cf34dd1 (diff) |
Compatibility for Automake 1.12.4+
Diffstat (limited to 'plugins/python')
-rw-r--r-- | plugins/python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/python/Makefile.am b/plugins/python/Makefile.am index 89d5f15f..078db44b 100644 --- a/plugins/python/Makefile.am +++ b/plugins/python/Makefile.am @@ -6,5 +6,5 @@ lib_LTLIBRARIES = python.la python_la_SOURCES = python.c python_la_LDFLAGS = -avoid-version -module python_la_LIBADD = $(PY_LIBS) -INCLUDES = $(PY_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/.. +AM_CPPFLAGS = $(PY_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/.. |