Fix automake warning
INCLUDES is the old name of AM_CPPFLAGS and is deprecated.
This commit is contained in:
parent
9f0eb95a7a
commit
bf9f11ee07
@ -10,7 +10,7 @@ pygioverridesexecdir = $(PYGI_OVERRIDES_DIR)
|
||||
|
||||
EXTRA_DIST = Gst.py
|
||||
|
||||
INCLUDES = $(PYTHON_INCLUDES)
|
||||
AM_CPPFLAGS = $(PYTHON_INCLUDES)
|
||||
|
||||
pygioverridesexec_LTLIBRARIES = _gi_gst.la
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user