Makefile.am: Include PYTHON_INCLUDES in the common CFLAGS in the top-level.
authorLuca Ferretti <elle.uca@libero.it>
Mon, 21 Jan 2008 21:21:00 +0000 (21:21 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Mon, 21 Jan 2008 21:21:00 +0000 (21:21 +0000)
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>

ChangeLog
Makefile.am
common

index 5d4dc5d..08d59eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 970247c..3c8bee1 100644 (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
 
diff --git a/common b/common
index 0efbab8..662f544 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 0efbab89d333b5d07cc7da1a501c38edf5bb4f72
+Subproject commit 662f544d56a6d6ef20b8ea5f56e975f9e139bc78