2002-01-12 03:34:26 +00:00
|
|
|
plugindir = $(libdir)/gst
|
2001-12-20 23:13:50 +00:00
|
|
|
|
2002-05-13 14:55:06 +00:00
|
|
|
plugin_LTLIBRARIES = libgstesdsink.la libgstesdmon.la
|
2001-12-20 23:13:50 +00:00
|
|
|
|
2002-05-13 14:55:06 +00:00
|
|
|
libgstesdsink_la_SOURCES = esdsink.c
|
|
|
|
libgstesdsink_la_CFLAGS = $(GST_CFLAGS) $(ESD_CFLAGS)
|
|
|
|
libgstesdsink_la_LIBADD = $(ESD_LIBS)
|
|
|
|
libgstesdsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2001-12-20 23:13:50 +00:00
|
|
|
|
2002-05-13 14:55:06 +00:00
|
|
|
libgstesdmon_la_SOURCES = esdmon.c
|
|
|
|
libgstesdmon_la_CFLAGS = $(GST_CFLAGS) $(ESD_CFLAGS)
|
|
|
|
libgstesdmon_la_LIBADD = $(ESD_LIBS)
|
|
|
|
libgstesdmon_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2002-03-02 15:20:05 +00:00
|
|
|
|
2002-01-12 03:34:26 +00:00
|
|
|
noinst_HEADERS = esdsink.h
|
2001-12-20 23:13:50 +00:00
|
|
|
EXTRA_DIST = README
|