From 953f0e2f01cbff2f521024b33e489e966ed356bb Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 23 Dec 2001 12:18:18 +0000 Subject: made changes everywhere to accomodate for the headers being in we'll need to conclude this fast becau... Original commit message from CVS: made changes everywhere to accomodate for the headers being in we'll need to conclude this fast because we will also need to change stuff in core real soon for the libs in order to fix everything and I can't do it right now because I disabled all of the plugins here ;) --- gst-libs/gst/riff/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 gst-libs/gst/riff/Makefile.am (limited to 'gst-libs/gst/riff/Makefile.am') diff --git a/gst-libs/gst/riff/Makefile.am b/gst-libs/gst/riff/Makefile.am new file mode 100644 index 00000000..ba4a17ba --- /dev/null +++ b/gst-libs/gst/riff/Makefile.am @@ -0,0 +1,11 @@ +libdir = $(prefix)/lib/gst + +lib_LTLIBRARIES = libgstriff.la + +libgstriff_la_SOURCES = riffparse.c riffencode.c riffutil.c + +libgstriffincludedir = $(includedir)/gst/riff +libgstriffinclude_HEADERS = riff.h + +libgstriff_la_LIBADD = $(GST_LIBS) +libgstriff_la_CFLAGS = $(GST_CFLAGS) -funroll-all-loops -finline-functions -ffast-math -- cgit v1.2.1