mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
e16c50551b
Original commit message from CVS: parallel install fixes
16 lines
505 B
Makefile
16 lines
505 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgstesdsink.la libgstesdmon.la
|
|
|
|
libgstesdsink_la_SOURCES = esdsink.c
|
|
libgstesdsink_la_CFLAGS = $(GST_CFLAGS) $(ESD_CFLAGS)
|
|
libgstesdsink_la_LIBADD = $(ESD_LIBS)
|
|
libgstesdsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
libgstesdmon_la_SOURCES = esdmon.c
|
|
libgstesdmon_la_CFLAGS = $(GST_CFLAGS) $(ESD_CFLAGS)
|
|
libgstesdmon_la_LIBADD = $(ESD_LIBS)
|
|
libgstesdmon_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = esdsink.h
|
|
EXTRA_DIST = README
|