really fix dist
Original commit message from CVS: really fix dist
This commit is contained in:
parent
161e4fecc6
commit
46f757ead3
@ -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…
x
Reference in New Issue
Block a user