mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
c656b5eab6
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
10 lines
243 B
Makefile
10 lines
243 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libesdsink.la
|
|
|
|
libesdsink_la_SOURCES = esdsink.c
|
|
libesdsink_la_CFLAGS = $(GST_CFLAGS) $(ESD_CFLAGS)
|
|
libesdsink_la_LIBADD = $(GST_LIBS) $(ESD_LIBS)
|
|
|
|
noinst_HEADERS = esdsink.h
|
|
EXTRA_DIST = README
|