diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ext/resindvd/Makefile.am | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2008-11-01 Stefan Kost <ensonic@users.sf.net> + + * ext/resindvd/Makefile.am: + Dist the play scripts. + 2008-11-01 Sebastian Dröge <sebastian.droege@collabora.co.uk> * gst/speexresample/Makefile.am: diff --git a/ext/resindvd/Makefile.am b/ext/resindvd/Makefile.am index e900ab99..e649b610 100644 --- a/ext/resindvd/Makefile.am +++ b/ext/resindvd/Makefile.am @@ -33,3 +33,5 @@ noinst_HEADERS = resindvdbin.h \ rsnparsetter.h \ rsnwrappedbuffer.h +EXTRA_DIST = resin-play resin-play2 + |