mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
arts make distcheck fix
Original commit message from CVS: arts make distcheck fix
This commit is contained in:
parent
cb39f3f57f
commit
6ab36a119b
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue