Added directories to Makefiles for DIST
Original commit message from CVS: Added directories to Makefiles for DIST
This commit is contained in:
parent
58a66780d8
commit
f37f8a939e
@ -26,7 +26,7 @@ bin_SCRIPTS = gstreamer-config
|
|||||||
m4datadir = $(datadir)/aclocal
|
m4datadir = $(datadir)/aclocal
|
||||||
m4data_DATA = gstreamer.m4
|
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:
|
dist-hook:
|
||||||
cp gstreamer.spec $(distdir)
|
cp gstreamer.spec $(distdir)
|
||||||
|
@ -7,7 +7,7 @@ AM_CONFIG_HEADER(config.h)
|
|||||||
dnl FIXME this should be GSTREAMER_ now
|
dnl FIXME this should be GSTREAMER_ now
|
||||||
STREAMER_MAJOR_VERSION=0
|
STREAMER_MAJOR_VERSION=0
|
||||||
STREAMER_MINOR_VERSION=1
|
STREAMER_MINOR_VERSION=1
|
||||||
STREAMER_MICRO_VERSION=0
|
STREAMER_MICRO_VERSION=1
|
||||||
STREAMER_VERSION=$STREAMER_MAJOR_VERSION.$STREAMER_MINOR_VERSION.$STREAMER_MICRO_VERSION
|
STREAMER_VERSION=$STREAMER_MAJOR_VERSION.$STREAMER_MINOR_VERSION.$STREAMER_MICRO_VERSION
|
||||||
|
|
||||||
PACKAGE=gstreamer
|
PACKAGE=gstreamer
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
SUBDIRS = manual fwg gst libs
|
SUBDIRS = manual fwg gst libs plugins
|
||||||
|
|
||||||
EXTRA_DIST = random slides manuals.mak
|
EXTRA_DIST = random slides manuals.mak
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
SUBDIRS = autoplug \
|
SUBDIRS = autoplug \
|
||||||
helloworld helloworld2 \
|
helloworld helloworld2 \
|
||||||
queue queue2 queue3 queue4 \
|
queue queue2 queue3 queue4 \
|
||||||
launch thread xml plugins
|
launch thread xml plugins typefind
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
SUBDIRS = autoplug \
|
SUBDIRS = autoplug \
|
||||||
helloworld helloworld2 \
|
helloworld helloworld2 \
|
||||||
queue queue2 queue3 queue4 \
|
queue queue2 queue3 queue4 \
|
||||||
launch thread xml plugins
|
launch thread xml plugins typefind
|
||||||
|
Loading…
x
Reference in New Issue
Block a user