Makefile.am: Include PYTHON_INCLUDES in the common CFLAGS in the top-level.

Original commit message from CVS:
* Makefile.am:
Include PYTHON_INCLUDES in the common CFLAGS in the top-level.
Fixes: #510437
Patch By: Luca Ferretti <elle dot uca at libero dot it>
This commit is contained in:
Luca Ferretti 2008-01-21 21:21:00 +00:00 committed by Jan Schmidt
parent 941679f5dd
commit 2424517602
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2008-01-21 Jan Schmidt <jan.schmidt@sun.com>
* Makefile.am:
Include PYTHON_INCLUDES in the common CFLAGS in the top-level.
Fixes: #510437
Patch By: Luca Ferretti <elle dot uca at libero dot it>
2008-01-17 Edward Hervey <edward.hervey@collabora.co.uk>
* configure.ac:

View file

@ -1,6 +1,6 @@
SUBDIRS = codegen gst examples testsuite pkgconfig
common_cflags = $(PYGOBJECT_CFLAGS) $(GST_CFLAGS) $(GST_OPTION_CFLAGS) -fno-strict-aliasing
common_cflags = $(PYTHON_INCLUDES) $(PYGOBJECT_CFLAGS) $(GST_CFLAGS) $(GST_OPTION_CFLAGS) -fno-strict-aliasing
common_libadd = $(GST_LIBS) $(GST_OPTION_LIBS)
common_ldflags = -module -avoid-version

2
common

@ -1 +1 @@
Subproject commit 0efbab89d333b5d07cc7da1a501c38edf5bb4f72
Subproject commit 662f544d56a6d6ef20b8ea5f56e975f9e139bc78