Added directories to Makefiles for DIST
authorWim Taymans <wim.taymans@gmail.com>
Sat, 24 Feb 2001 16:56:19 +0000 (16:56 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sat, 24 Feb 2001 16:56:19 +0000 (16:56 +0000)
Original commit message from CVS:
Added directories to Makefiles for DIST

Makefile.am
configure.in
docs/Makefile.am
examples/Makefile.am
tests/old/examples/Makefile.am

index 447e151..93147a4 100644 (file)
@@ -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)
index fab6a86..d884966 100644 (file)
@@ -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
index f6fd3b4..cd66e83 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = manual fwg gst libs
+SUBDIRS = manual fwg gst libs plugins
 
 EXTRA_DIST = random slides manuals.mak
 
index 1b5d866..17a1405 100644 (file)
@@ -1,4 +1,4 @@
 SUBDIRS = autoplug \
           helloworld helloworld2 \
           queue queue2 queue3 queue4 \
-          launch thread xml plugins
+          launch thread xml plugins typefind
index 1b5d866..17a1405 100644 (file)
@@ -1,4 +1,4 @@
 SUBDIRS = autoplug \
           helloworld helloworld2 \
           queue queue2 queue3 queue4 \
-          launch thread xml plugins
+          launch thread xml plugins typefind