2002-01-12 03:34:26 +00:00
|
|
|
plugindir = $(libdir)/gst
|
2001-12-17 19:03:13 +00:00
|
|
|
|
2002-01-12 03:34:26 +00:00
|
|
|
plugin_LTLIBRARIES = libgstossaudio.la libgstosshelper.la
|
2001-12-17 19:03:13 +00:00
|
|
|
|
2002-02-03 20:10:04 +00:00
|
|
|
libgstossaudio_la_SOURCES = gstosssink.c gstosssrc.c gstossaudio.c gstossgst.c gstossclock.c
|
2001-12-17 19:03:13 +00:00
|
|
|
libgstossaudio_la_CFLAGS = $(GST_CFLAGS)
|
2002-01-12 03:34:26 +00:00
|
|
|
libgstossaudio_la_LIBADD = $(GST_LIBS)
|
2002-01-18 02:05:25 +00:00
|
|
|
libgstossaudio_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
2001-12-17 19:03:13 +00:00
|
|
|
|
|
|
|
libgstosshelper_la_SOURCES = gstosshelper.c
|
2002-01-18 02:05:25 +00:00
|
|
|
libgstosshelper_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
2001-12-17 19:03:13 +00:00
|
|
|
|
2002-02-03 20:10:04 +00:00
|
|
|
noinst_HEADERS = gstosssink.h gstosssrc.h gstossgst.h gstosshelper.h gstossclock.h
|
2001-12-17 19:03:13 +00:00
|
|
|
|