mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-04 06:29:31 +00:00
7f1aec856f
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
9 lines
245 B
Makefile
9 lines
245 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libartsdsink.la
|
|
|
|
libartsdsink_la_SOURCES = gstartsdsink.c
|
|
libartsdsink_la_CFLAGS = $(GST_CFLAGS) $(ARTSC_CFLAGS)
|
|
libartsdsink_la_LIBADD = $(GST_LIBS) $(ARTSC_LIBS)
|
|
|
|
noinst_HEADERS = gstartsdsink.h
|