From bf58e8804104ba555f64063e6d9d2b27d9e51e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 5 Dec 2008 08:49:05 +0000 Subject: [PATCH] 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. --- ChangeLog | 7 +++++++ Makefile.am | 2 +- configure.ac | 2 ++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 900c723ade..bd3f06e722 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-12-05 Sebastian Dröge + + * Makefile.am: + * configure.ac: + Add common to SUBDIRS and generate common/Makefile and + common/m4/Makefile. + 2008-12-04 Sebastian Dröge * configure.ac: diff --git a/Makefile.am b/Makefile.am index 3c8bee1cd2..d38a36ff26 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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) diff --git a/configure.ac b/configure.ac index 3f75948ac5..f618e2ad2a 100644 --- a/configure.ac +++ b/configure.ac @@ -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