summaryrefslogtreecommitdiffstats
path: root/ext/arts
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-01-04 11:11:49 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-01-04 11:11:49 +0000
commit6ab36a119bdff33276f757291bd65e0d9eaa303f (patch)
tree186be0a31680ca09faeea23f726b96130aede93e /ext/arts
parentcb39f3f57f2226a4ed22108819393224f3b8013a (diff)
downloadgst-plugins-bad-6ab36a119bdff33276f757291bd65e0d9eaa303f.tar.gz
gst-plugins-bad-6ab36a119bdff33276f757291bd65e0d9eaa303f.tar.bz2
gst-plugins-bad-6ab36a119bdff33276f757291bd65e0d9eaa303f.zip
arts make distcheck fix
Original commit message from CVS: arts make distcheck fix
Diffstat (limited to 'ext/arts')
-rw-r--r--ext/arts/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/arts/Makefile.am b/ext/arts/Makefile.am
index 684cc1c9..25642cd5 100644
--- a/ext/arts/Makefile.am
+++ b/ext/arts/Makefile.am
@@ -1,3 +1,6 @@
+## we wrap this Makefile.am in a USE_ so that we won't run mcopidl
+## during make distcheck when it isn't on the system
+if USE_ARTS
plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstarts.la
@@ -23,3 +26,4 @@ dist-hook:
libgstarts_la_CFLAGS = $(GST_CFLAGS)
libgstarts_la_CXXFLAGS = $(ARTS_CXXFLAGS) $(GST_CFLAGS)
libgstarts_la_LIBADD = $(ARTS_LIBS)
+endif