mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 12:45:54 +00:00
Makefile.am (EXTRA_DIST): Add codegen/* Can't believe distcheck passed
Original commit message from CVS: * Makefile.am (EXTRA_DIST): Add codegen/* Can't believe distcheck passed
This commit is contained in:
parent
a189e7986b
commit
e336cbc2bc
2 changed files with 19 additions and 3 deletions
|
@ -1,4 +1,8 @@
|
||||||
== gst-python 0.7.99 ==
|
2004-03-31 Johan Dahlin <johan@gnome.org>
|
||||||
|
|
||||||
|
* Makefile.am (EXTRA_DIST): Add codegen/* Can't believe distcheck passed
|
||||||
|
|
||||||
|
== gst-python 0.7.90 ==
|
||||||
|
|
||||||
2004-03-30 Johan Dahlin <johan@gnome.org>
|
2004-03-30 Johan Dahlin <johan@gnome.org>
|
||||||
|
|
||||||
|
|
16
Makefile.am
16
Makefile.am
|
@ -13,7 +13,7 @@ DIST_SUBDIRS = $(UNCONDDIRS) docs
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
gst-python.spec.in \
|
gst-python.spec.in \
|
||||||
gst-python.spec \
|
gst-python.spec \
|
||||||
README-docs
|
README-docs \
|
||||||
examples/gst/bps.py \
|
examples/gst/bps.py \
|
||||||
examples/gst/cp.py \
|
examples/gst/cp.py \
|
||||||
examples/gst/dvdplay.py \
|
examples/gst/dvdplay.py \
|
||||||
|
@ -24,7 +24,19 @@ EXTRA_DIST = \
|
||||||
examples/gst/rot13.py \
|
examples/gst/rot13.py \
|
||||||
examples/gst/vorbisplay.py \
|
examples/gst/vorbisplay.py \
|
||||||
examples/gst/wavenc.py \
|
examples/gst/wavenc.py \
|
||||||
examples/gstplay/player.py
|
examples/gstplay/player.py \
|
||||||
|
codegen/__init__.py \
|
||||||
|
codegen/argtypes.py \
|
||||||
|
codegen/codegen.py \
|
||||||
|
codegen/definitions.py \
|
||||||
|
codegen/defsparser.py \
|
||||||
|
codegen/docextract.py \
|
||||||
|
codegen/docgen.py \
|
||||||
|
codegen/h2def.py \
|
||||||
|
codegen/mergedefs.py \
|
||||||
|
codegen/mkskel.py \
|
||||||
|
codegen/override.py \
|
||||||
|
codegen/scmexpr.py
|
||||||
|
|
||||||
snap:
|
snap:
|
||||||
$(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"`
|
$(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"`
|
||||||
|
|
Loading…
Reference in a new issue