mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +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>
|
||||
|
||||
* configure.ac:
|
||||
|
|
14
Makefile.am
14
Makefile.am
|
@ -22,7 +22,8 @@ else
|
|||
EXAMPLES_DIR =
|
||||
endif
|
||||
|
||||
SUBDIRS=gst-libs \
|
||||
SUBDIRS = \
|
||||
gst-libs \
|
||||
gst sys $(EXT_DIR) \
|
||||
$(EXAMPLES_DIR) \
|
||||
tools \
|
||||
|
@ -34,8 +35,9 @@ SUBDIRS=gst-libs \
|
|||
pkgconfig \
|
||||
$(SUBDIRS_DOCS)
|
||||
|
||||
DIST_SUBDIRS=ext gst-libs \
|
||||
gst sys \
|
||||
DIST_SUBDIRS = \
|
||||
gst-libs \
|
||||
gst sys ext \
|
||||
examples \
|
||||
tools \
|
||||
gconf \
|
||||
|
@ -43,9 +45,11 @@ DIST_SUBDIRS=ext gst-libs \
|
|||
po \
|
||||
common \
|
||||
m4 \
|
||||
pkgconfig
|
||||
pkgconfig \
|
||||
docs
|
||||
|
||||
EXTRA_DIST=gst-plugins.spec depcomp \
|
||||
EXTRA_DIST = \
|
||||
gst-plugins.spec depcomp \
|
||||
AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \
|
||||
ChangeLog autogen.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue