mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-14 04:16:35 +00:00
10 lines
233 B
Makefile
10 lines
233 B
Makefile
|
plugindir = $(libdir)/gst
|
||
|
|
||
|
plugin_LTLIBRARIES = libartsdsink.la
|
||
|
|
||
|
libartsdsink_la_SOURCES = gstartsdsink.c
|
||
|
noinst_HEADERS = gstartsdsink.h
|
||
|
|
||
|
libartsdsink_la_CFLAGS = $(ARTSC_CFLAGS) $(GST_CFLAGS)
|
||
|
libartsdsink_la_LIBADD = $(ARTSC_LIBS)
|