mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-30 11:08:34 +00:00
Fix automake warning
INCLUDES is the old name of AM_CPPFLAGS and is deprecated.
This commit is contained in:
parent
9f0eb95a7a
commit
bf9f11ee07
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue