From ec9841f4ecff7ff4a5f623f47c4df24cd18ef827 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sun, 7 Dec 2003 22:49:04 +0000 Subject: Hm, darn, forgot to commit one dir Original commit message from CVS: Hm, darn, forgot to commit one dir --- gst-libs/gst/riff/Makefile.am | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'gst-libs/gst/riff/Makefile.am') 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) -- cgit v1.2.1