summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2009-09-22 10:21:52 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2009-10-11 15:32:28 +0800
commit51a331f7269ea80ae07cd69cb717dbe4d0dd06c9 (patch)
treec11ce8d589a2a236094d47e7ca3f9da9a1ee907d
parent613f2be1760186c38950e5cc2c3febf9595da1dc (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 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 8b0931c..074c3c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,6 +103,8 @@ dnl set location of plugin directory
AG_GST_SET_PLUGINDIR
AC_OUTPUT(Makefile
+ common/Makefile
+ common/m4/Makefile
m4/Makefile
po/Makefile.in
src/Makefile)