Compatibility for Automake 1.12.4+

This commit is contained in:
Berke Viktor
2012-10-13 22:26:35 +02:00
parent 4482f8d1f5
commit 84c536e4ea
12 changed files with 12 additions and 12 deletions

View File

@ -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)/..