2003-06-16 14:56:34 +00:00
|
|
|
plugin_LTLIBRARIES = libgstsndfile.la
|
|
|
|
|
2013-12-17 16:56:32 +00:00
|
|
|
libgstsndfile_la_SOURCES = gstsf.c gstsfdec.c
|
2010-05-20 00:12:55 +00:00
|
|
|
libgstsndfile_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(SNDFILE_CFLAGS)
|
2013-12-17 16:56:32 +00:00
|
|
|
libgstsndfile_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) $(SNDFILE_LIBS)
|
2003-06-16 14:56:34 +00:00
|
|
|
libgstsndfile_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2012-10-24 10:16:39 +00:00
|
|
|
libgstsndfile_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2003-06-16 14:56:34 +00:00
|
|
|
|
2013-12-17 16:56:32 +00:00
|
|
|
noinst_HEADERS = gstsf.h gstsfdec.h
|