From 24245176024d055cb9c4166806ed7ebcdd8d83b9 Mon Sep 17 00:00:00 2001 From: Luca Ferretti Date: Mon, 21 Jan 2008 21:21:00 +0000 Subject: [PATCH] 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 --- ChangeLog | 7 +++++++ Makefile.am | 2 +- common | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5d4dc5d..08d59eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-01-21 Jan Schmidt + + * Makefile.am: + Include PYTHON_INCLUDES in the common CFLAGS in the top-level. + Fixes: #510437 + Patch By: Luca Ferretti + 2008-01-17 Edward Hervey * configure.ac: diff --git a/Makefile.am b/Makefile.am index 970247c..3c8bee1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 0efbab89d333b5d07cc7da1a501c38edf5bb4f72 +Subproject commit 662f544d56a6d6ef20b8ea5f56e975f9e139bc78 -- 2.7.4