diff options
author | Felipe Contreras <felipe.contreras@nokia.com> | 2007-10-31 09:13:30 +0000 |
---|---|---|
committer | Felipe Contreras <felipe.contreras@nokia.com> | 2007-10-31 09:13:30 +0000 |
commit | 09f8af853f0a859bcb3147e30179db9189147cc4 (patch) | |
tree | b26e34d952d787aa859654a0779240a6acfac78a | |
parent | 28624005c0b317f051c6105aa48c53b6e146682d (diff) |
Add more missing files.v0.10.0.2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 31fdc3f..d9a15e2 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT([GstOpenMAX], [0.10.0.2], [http://freedesktop.org/wiki/GstOpenMAX], [gst AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([config.h]) -AC_CONFIG_FILES([Makefile omx/Makefile]) +AC_CONFIG_FILES([Makefile omx/Makefile common/Makefile common/m4/Makefile]) dnl versions of GStreamer GST_MAJORMINOR=0.10 |