mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
really fix dist
Original commit message from CVS: really fix dist
This commit is contained in:
parent
5701e846db
commit
20372318d9
2 changed files with 39 additions and 30 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* Makefile.am:
|
||||||
|
really fix dist
|
||||||
|
|
||||||
2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
|
2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
14
Makefile.am
14
Makefile.am
|
@ -22,7 +22,8 @@ else
|
||||||
EXAMPLES_DIR =
|
EXAMPLES_DIR =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS=gst-libs \
|
SUBDIRS = \
|
||||||
|
gst-libs \
|
||||||
gst sys $(EXT_DIR) \
|
gst sys $(EXT_DIR) \
|
||||||
$(EXAMPLES_DIR) \
|
$(EXAMPLES_DIR) \
|
||||||
tools \
|
tools \
|
||||||
|
@ -34,8 +35,9 @@ SUBDIRS=gst-libs \
|
||||||
pkgconfig \
|
pkgconfig \
|
||||||
$(SUBDIRS_DOCS)
|
$(SUBDIRS_DOCS)
|
||||||
|
|
||||||
DIST_SUBDIRS=ext gst-libs \
|
DIST_SUBDIRS = \
|
||||||
gst sys \
|
gst-libs \
|
||||||
|
gst sys ext \
|
||||||
examples \
|
examples \
|
||||||
tools \
|
tools \
|
||||||
gconf \
|
gconf \
|
||||||
|
@ -43,9 +45,11 @@ DIST_SUBDIRS=ext gst-libs \
|
||||||
po \
|
po \
|
||||||
common \
|
common \
|
||||||
m4 \
|
m4 \
|
||||||
pkgconfig
|
pkgconfig \
|
||||||
|
docs
|
||||||
|
|
||||||
EXTRA_DIST=gst-plugins.spec depcomp \
|
EXTRA_DIST = \
|
||||||
|
gst-plugins.spec depcomp \
|
||||||
AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \
|
AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \
|
||||||
ChangeLog autogen.sh
|
ChangeLog autogen.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue