mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
0bdf9739e2
Original commit message from CVS: make sure esdmon.h gets disted
11 lines
322 B
Makefile
11 lines
322 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgstesd.la
|
|
|
|
libgstesd_la_SOURCES = esdsink.c esdmon.c gstesd.c
|
|
libgstesd_la_CFLAGS = $(GST_CFLAGS) $(ESD_CFLAGS)
|
|
libgstesd_la_LIBADD = $(ESD_LIBS)
|
|
libgstesd_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = esdsink.h esdmon.h
|
|
EXTRA_DIST = README
|