diff options
author | David Schleef <ds@schleef.org> | 2003-04-09 22:20:11 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-04-09 22:20:11 +0000 |
commit | 3021d277dd35efdce73703497446cb7a29fecc9b (patch) | |
tree | 80957a23be21cadb4d9750a1ace708c5e8fffd74 /ext/arts | |
parent | 27b2ebd812a39ff468ff46541e09e2be7c498365 (diff) | |
download | gst-plugins-bad-3021d277dd35efdce73703497446cb7a29fecc9b.tar.gz gst-plugins-bad-3021d277dd35efdce73703497446cb7a29fecc9b.tar.bz2 gst-plugins-bad-3021d277dd35efdce73703497446cb7a29fecc9b.zip |
Grrr... another fix, to make gst_artsio.idl dist correctly.
Original commit message from CVS:
Grrr... another fix, to make gst_artsio.idl dist correctly.
Diffstat (limited to 'ext/arts')
-rw-r--r-- | ext/arts/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/arts/Makefile.am b/ext/arts/Makefile.am index b0b8999e..94009dc3 100644 --- a/ext/arts/Makefile.am +++ b/ext/arts/Makefile.am @@ -9,6 +9,7 @@ SUFFIXES = .idl # mcopidl Extension Expansion Technology clean up CLEANFILES = gst_artsio.h gst_artsio.cc gst_artsio.mcopclass gst_artsio.mcoptype +EXTRA_DIST = gst_artsio.idl BUILT_SOURCES = gst_artsio.cc libgstarts_la_SOURCES = gst_arts.c gst_artsio_impl.cc |