summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2009-09-22 10:19:22 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2009-09-22 10:19:22 +0800
commit36872f002ed07a9aa9f2004dd158e9652f23735e (patch)
treec5c6a10feabe02ba14c60eb36404b2119f653e7a
parent0d2a104d6e84fb190d0c5acd20dba2cd6a12516f (diff)
build: distribute the common moduleHEADmaster
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ade0953..a831a71 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS = m4 src po
+SUBDIRS = common m4 src po
EXTRA_DIST = autogen.sh
diff --git a/configure.ac b/configure.ac
index 01e413b..2581096 100644
--- a/configure.ac
+++ b/configure.ac
@@ -109,6 +109,8 @@ AC_SUBST(GST_SOPCAST_LDFLAGS)
AC_LANG(C)
AC_OUTPUT(Makefile
+ common/Makefile
+ common/m4/Makefile
m4/Makefile
po/Makefile.in
src/Makefile)