diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-01-04 11:11:49 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-01-04 11:11:49 +0000 |
commit | 6ab36a119bdff33276f757291bd65e0d9eaa303f (patch) | |
tree | 186be0a31680ca09faeea23f726b96130aede93e /ext/arts | |
parent | cb39f3f57f2226a4ed22108819393224f3b8013a (diff) | |
download | gstreamer-plugins-bad-6ab36a119bdff33276f757291bd65e0d9eaa303f.tar.gz |
arts make distcheck fix
Original commit message from CVS:
arts make distcheck fix
Diffstat (limited to 'ext/arts')
-rw-r--r-- | ext/arts/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/arts/Makefile.am b/ext/arts/Makefile.am index 684cc1c9c..25642cd52 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 |