summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)