mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
Add common to SUBDIRS and generate common/Makefile and common/m4/Makefile.
Original commit message from CVS: * Makefile.am: * configure.ac: Add common to SUBDIRS and generate common/Makefile and common/m4/Makefile.
This commit is contained in:
parent
8e55b8e96a
commit
bf58e88041
3 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2008-12-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||||
|
|
||||||
|
* Makefile.am:
|
||||||
|
* configure.ac:
|
||||||
|
Add common to SUBDIRS and generate common/Makefile and
|
||||||
|
common/m4/Makefile.
|
||||||
|
|
||||||
2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
SUBDIRS = codegen gst examples testsuite pkgconfig
|
SUBDIRS = common codegen gst examples testsuite pkgconfig
|
||||||
|
|
||||||
common_cflags = $(PYTHON_INCLUDES) $(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_libadd = $(GST_LIBS) $(GST_OPTION_LIBS)
|
||||||
|
|
|
@ -339,6 +339,8 @@ AG_GST_VALGRIND_CHECK
|
||||||
AC_OUTPUT([
|
AC_OUTPUT([
|
||||||
Makefile
|
Makefile
|
||||||
codegen/Makefile
|
codegen/Makefile
|
||||||
|
common/Makefile
|
||||||
|
common/m4/Makefile
|
||||||
gst/Makefile
|
gst/Makefile
|
||||||
gst/gstversion.override
|
gst/gstversion.override
|
||||||
gst/extend/Makefile
|
gst/extend/Makefile
|
||||||
|
|
Loading…
Reference in a new issue