really fix dist

Original commit message from CVS:
really fix dist
This commit is contained in:
Thomas Vander Stichele 2004-12-24 11:01:24 +00:00
parent 5701e846db
commit 20372318d9
2 changed files with 39 additions and 30 deletions

View file

@ -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:

View file

@ -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