summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2009-09-22 10:16:53 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2009-09-22 10:16:53 +0800
commit68ccf775139eca746a95efd7c284b8ee2744dd5f (patch)
tree4b4b5d0fcac3d2f515eb2aa314c5d9c6949c2c83
parent07ad84ce0e92ab300a1017641ea2446965bb89ba (diff)
build: distribute the common module
-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 8cfaf92..77f9b74 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS = m4 wrapper src po
+SUBDIRS = m4 common po wrapper src
EXTRA_DIST = autogen.sh gst-autogen.sh
diff --git a/configure.ac b/configure.ac
index 3676ef0..40145ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -175,6 +175,8 @@ AC_LANG(C)
AC_SUBST(PPS_LIBS)
AC_OUTPUT(Makefile
+ common/Makefile
+ common/m4/Makefile
m4/Makefile
po/Makefile.in
src/Makefile