diff --git a/Makefile.am b/Makefile.am index 447e151add..93147a4137 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,7 @@ bin_SCRIPTS = gstreamer-config m4datadir = $(datadir)/aclocal m4data_DATA = gstreamer.m4 -EXTRA_DIST = gstreamer.spec.in gstreamer-config.in gstreamer.m4 LICENSE REQUIREMENTS ABOUT-NLS +EXTRA_DIST = gstreamer.spec.in gstreamer-config.in gstreamer.m4 LICENSE REQUIREMENTS dist-hook: cp gstreamer.spec $(distdir) diff --git a/configure.in b/configure.in index fab6a8627a..d884966a5e 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AM_CONFIG_HEADER(config.h) dnl FIXME this should be GSTREAMER_ now STREAMER_MAJOR_VERSION=0 STREAMER_MINOR_VERSION=1 -STREAMER_MICRO_VERSION=0 +STREAMER_MICRO_VERSION=1 STREAMER_VERSION=$STREAMER_MAJOR_VERSION.$STREAMER_MINOR_VERSION.$STREAMER_MICRO_VERSION PACKAGE=gstreamer diff --git a/docs/Makefile.am b/docs/Makefile.am index f6fd3b4500..cd66e83097 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = manual fwg gst libs +SUBDIRS = manual fwg gst libs plugins EXTRA_DIST = random slides manuals.mak diff --git a/examples/Makefile.am b/examples/Makefile.am index 1b5d86647b..17a14055c2 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,4 +1,4 @@ SUBDIRS = autoplug \ helloworld helloworld2 \ queue queue2 queue3 queue4 \ - launch thread xml plugins + launch thread xml plugins typefind diff --git a/tests/old/examples/Makefile.am b/tests/old/examples/Makefile.am index 1b5d86647b..17a14055c2 100644 --- a/tests/old/examples/Makefile.am +++ b/tests/old/examples/Makefile.am @@ -1,4 +1,4 @@ SUBDIRS = autoplug \ helloworld helloworld2 \ queue queue2 queue3 queue4 \ - launch thread xml plugins + launch thread xml plugins typefind