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:
Sebastian Dröge 2008-12-05 08:49:05 +00:00
parent 8e55b8e96a
commit bf58e88041
3 changed files with 10 additions and 1 deletions

View file

@ -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:

View file

@ -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)

View file

@ -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