mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 16:35:40 +00:00
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
5 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS = manual fwg gst libs
|
||||
SUBDIRS = manual fwg gst libs plugins
|
||||
|
||||
EXTRA_DIST = random slides manuals.mak
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS = autoplug \
|
||||
helloworld helloworld2 \
|
||||
queue queue2 queue3 queue4 \
|
||||
launch thread xml plugins
|
||||
launch thread xml plugins typefind
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS = autoplug \
|
||||
helloworld helloworld2 \
|
||||
queue queue2 queue3 queue4 \
|
||||
launch thread xml plugins
|
||||
launch thread xml plugins typefind
|
||||
|
|
Loading…
Reference in a new issue