mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
12 lines
232 B
Makefile
12 lines
232 B
Makefile
|
filterdir = $(libdir)/gst
|
||
|
|
||
|
filter_LTLIBRARIES = libesdsink.la
|
||
|
|
||
|
libesdsink_la_SOURCES = esdsink.c
|
||
|
noinst_HEADERS = esdsink.h
|
||
|
|
||
|
libesdsink_la_CFLAGS = $(ESD_CFLAGS) $(GST_CFLAGS)
|
||
|
libesdsink_la_LIBADD = $(ESD_LIBS)
|
||
|
|
||
|
EXTRA_DIST = README
|