diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-11-01 21:37:06 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-11-01 21:37:06 +0000 |
commit | 6f2aeb92cd1412f75a78773f3b1b9030418ddd3d (patch) | |
tree | 047a11a047da0438dbac702b4d74db0fa84a59f6 /ext/resindvd | |
parent | 859034f462acc8493adc740f85c1398a3d866a41 (diff) | |
download | gst-plugins-bad-6f2aeb92cd1412f75a78773f3b1b9030418ddd3d.tar.gz gst-plugins-bad-6f2aeb92cd1412f75a78773f3b1b9030418ddd3d.tar.bz2 gst-plugins-bad-6f2aeb92cd1412f75a78773f3b1b9030418ddd3d.zip |
ext/resindvd/Makefile.am: Dist the play scripts.
Original commit message from CVS:
* ext/resindvd/Makefile.am:
Dist the play scripts.
Diffstat (limited to 'ext/resindvd')
-rw-r--r-- | ext/resindvd/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 + |