arts make distcheck fix

Original commit message from CVS:
arts make distcheck fix
This commit is contained in:
Thomas Vander Stichele 2002-01-04 11:11:49 +00:00
parent cb39f3f57f
commit 6ab36a119b

View file

@ -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