From 6ab36a119bdff33276f757291bd65e0d9eaa303f Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 4 Jan 2002 11:11:49 +0000 Subject: arts make distcheck fix Original commit message from CVS: arts make distcheck fix --- ext/arts/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/arts') 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 -- cgit v1.2.1