Fix automake warning
authorSebastian Dröge <sebastian@centricular.com>
Sat, 29 Mar 2014 14:01:26 +0000 (15:01 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 29 Mar 2014 14:01:26 +0000 (15:01 +0100)
INCLUDES is the old name of AM_CPPFLAGS and is deprecated.

gi/overrides/Makefile.am

index c99650b..ee94f7c 100644 (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