diff options
Diffstat (limited to 'gst-libs/gst/riff/Makefile.am')
-rw-r--r-- | gst-libs/gst/riff/Makefile.am | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/gst-libs/gst/riff/Makefile.am b/gst-libs/gst/riff/Makefile.am index 8795515f..26e3cc4f 100644 --- a/gst-libs/gst/riff/Makefile.am +++ b/gst-libs/gst/riff/Makefile.am @@ -1,10 +1,17 @@ - plugin_LTLIBRARIES = libgstriff.la -libgstriff_la_SOURCES = riffparse.c riffencode.c riffutil.c riff.c +libgstriff_la_SOURCES = \ + riff.c \ + riff-media.c \ + riff-read.c \ + riff-write.c libgstriffincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/riff -libgstriffinclude_HEADERS = riff.h +libgstriffinclude_HEADERS = \ + riff-ids.h \ + riff-media.h \ + riff-read.h \ + riff-write.h libgstriff_la_LIBADD = libgstriff_la_CFLAGS = $(GST_CFLAGS) |