2003-11-03 20:18:14 +00:00
|
|
|
plugin_LTLIBRARIES = libgstriff.la
|
2001-12-23 12:18:18 +00:00
|
|
|
|
2003-12-07 22:49:04 +00:00
|
|
|
libgstriff_la_SOURCES = \
|
|
|
|
riff.c \
|
|
|
|
riff-media.c \
|
2003-12-07 22:50:30 +00:00
|
|
|
riff-read.c
|
2001-12-23 12:18:18 +00:00
|
|
|
|
2002-12-11 21:58:36 +00:00
|
|
|
libgstriffincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/riff
|
2003-12-07 22:49:04 +00:00
|
|
|
libgstriffinclude_HEADERS = \
|
|
|
|
riff-ids.h \
|
|
|
|
riff-media.h \
|
2003-12-07 22:50:30 +00:00
|
|
|
riff-read.h
|
2001-12-23 12:18:18 +00:00
|
|
|
|
2002-03-19 04:10:06 +00:00
|
|
|
libgstriff_la_LIBADD =
|
2003-09-11 19:58:00 +00:00
|
|
|
libgstriff_la_CFLAGS = $(GST_CFLAGS)
|
2002-03-19 01:39:43 +00:00
|
|
|
libgstriff_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|