Added directories to Makefiles for DIST

Original commit message from CVS:
Added directories to Makefiles for DIST
This commit is contained in:
Wim Taymans 2001-02-24 16:56:19 +00:00
parent 58a66780d8
commit f37f8a939e
5 changed files with 5 additions and 5 deletions

View 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)

View 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

View file

@ -1,4 +1,4 @@
SUBDIRS = manual fwg gst libs
SUBDIRS = manual fwg gst libs plugins
EXTRA_DIST = random slides manuals.mak

View file

@ -1,4 +1,4 @@
SUBDIRS = autoplug \
helloworld helloworld2 \
queue queue2 queue3 queue4 \
launch thread xml plugins
launch thread xml plugins typefind

View file

@ -1,4 +1,4 @@
SUBDIRS = autoplug \
helloworld helloworld2 \
queue queue2 queue3 queue4 \
launch thread xml plugins
launch thread xml plugins typefind