2002-12-11 23:32:52 +00:00
|
|
|
librarydir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
2001-12-23 12:18:18 +00:00
|
|
|
|
2001-12-23 12:29:33 +00:00
|
|
|
library_LTLIBRARIES = libgstriff.la
|
2001-12-23 12:18:18 +00:00
|
|
|
|
2002-05-08 20:10:56 +00:00
|
|
|
libgstriff_la_SOURCES = riffparse.c riffencode.c riffutil.c riff.c
|
2001-12-23 12:18:18 +00:00
|
|
|
|
2002-12-11 21:58:36 +00:00
|
|
|
libgstriffincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/riff
|
|
|
|
libgstriffinclude_HEADERS = riff.h
|
2001-12-23 12:18:18 +00:00
|
|
|
|
2002-03-19 04:10:05 +00:00
|
|
|
libgstriff_la_LIBADD =
|
2003-05-21 15:16:51 +00:00
|
|
|
libgstriff_la_CFLAGS = $(GST_CFLAGS) $(GST_OPT_CFLAGS) $(GST_FUNROLL_CFLAGS)
|
2002-03-19 01:39:42 +00:00
|
|
|
libgstriff_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|