diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 156939ea..a3621fdb 100644 --- a/configure.ac +++ b/configure.ac @@ -177,6 +177,7 @@ AC_ARG_WITH(pkg-config-path, AC_HELP_STRING([--with-pkg-config-path],[colon-separated list of pkg-config(1) dirs]), [export PKG_CONFIG_PATH=${withval}]) +GST_DOC() dnl check architecture GST_ARCH() @@ -2087,6 +2088,9 @@ pkgconfig/gstreamer-plugins-uninstalled.pc po/Makefile.in common/Makefile common/m4/Makefile +docs/Makefile +docs/libs/Makefile +docs/version.entities m4/Makefile ) AC_OUTPUT |