2001-12-21 11:46:15 +00:00
|
|
|
|
2002-05-27 20:37:17 +00:00
|
|
|
plugin_LTLIBRARIES = libgstaudiofile.la
|
2001-12-21 11:46:15 +00:00
|
|
|
|
2003-11-03 19:18:36 +00:00
|
|
|
libgstaudiofile_la_SOURCES = gstaf.c gstafsink.c gstafsrc.c gstafparse.c
|
2010-05-20 00:12:55 +00:00
|
|
|
libgstaudiofile_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_CFLAGS) $(AUDIOFILE_CFLAGS)
|
2002-05-27 20:37:17 +00:00
|
|
|
libgstaudiofile_la_LIBADD = $(AUDIOFILE_LIBS)
|
|
|
|
libgstaudiofile_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2008-11-04 12:42:30 +00:00
|
|
|
libgstaudiofile_la_LIBTOOLFLAGS = --tag=disable-static
|
2002-01-12 03:34:27 +00:00
|
|
|
|
2002-05-28 13:26:31 +00:00
|
|
|
noinst_HEADERS = gstafsink.h gstafsrc.h gstafparse.h
|