Fix automake warning

INCLUDES is the old name of AM_CPPFLAGS and is deprecated.
This commit is contained in:
Sebastian Dröge 2014-03-29 15:01:26 +01:00
parent 9f0eb95a7a
commit bf9f11ee07

View file

@ -10,7 +10,7 @@ pygioverridesexecdir = $(PYGI_OVERRIDES_DIR)
EXTRA_DIST = Gst.py
INCLUDES = $(PYTHON_INCLUDES)
AM_CPPFLAGS = $(PYTHON_INCLUDES)
pygioverridesexec_LTLIBRARIES = _gi_gst.la