mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +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>
|
||||
|
||||
* 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_libadd = $(GST_LIBS) $(GST_OPTION_LIBS)
|
||||
|
|
|
@ -339,6 +339,8 @@ AG_GST_VALGRIND_CHECK
|
|||
AC_OUTPUT([
|
||||
Makefile
|
||||
codegen/Makefile
|
||||
common/Makefile
|
||||
common/m4/Makefile
|
||||
gst/Makefile
|
||||
gst/gstversion.override
|
||||
gst/extend/Makefile
|
||||
|
|
Loading…
Reference in a new issue