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