mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
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:
parent
941679f5dd
commit
2424517602
3 changed files with 9 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 0efbab89d333b5d07cc7da1a501c38edf5bb4f72
|
||||
Subproject commit 662f544d56a6d6ef20b8ea5f56e975f9e139bc78
|
Loading…
Reference in a new issue