2003-06-16 14:56:34 +00:00
|
|
|
|
|
|
|
plugin_LTLIBRARIES = libgstsndfile.la
|
|
|
|
|
2007-02-05 18:42:45 +00:00
|
|
|
libgstsndfile_la_SOURCES = gstsf.c gstsfsrc.c gstsfsink.c
|
2007-02-02 13:28:05 +00:00
|
|
|
libgstsndfile_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(SNDFILE_CFLAGS)
|
|
|
|
libgstsndfile_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(SNDFILE_LIBS)
|
2003-06-16 14:56:34 +00:00
|
|
|
libgstsndfile_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2008-11-04 12:42:30 +00:00
|
|
|
libgstsndfile_la_LIBTOOLFLAGS = --tag=disable-static
|
2003-06-16 14:56:34 +00:00
|
|
|
|
2007-02-05 18:42:45 +00:00
|
|
|
noinst_HEADERS = gstsf.h gstsfsrc.h gstsfsink.h
|