From 708cf898e85bb1742870f6b3cabcc74b28f01c5f Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 8 Dec 2002 14:50:10 +0000 Subject: parallel install fixes Original commit message from CVS: parallel install fixes --- gst-libs/gst/riff/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gst-libs/gst/riff') diff --git a/gst-libs/gst/riff/Makefile.am b/gst-libs/gst/riff/Makefile.am index c5bd8e8f..0f7b8a72 100644 --- a/gst-libs/gst/riff/Makefile.am +++ b/gst-libs/gst/riff/Makefile.am @@ -1,11 +1,12 @@ -librarydir = $(prefix)/lib/gst +librarydir = $(prefix)/lib/gstreamer-@GST_MAJORMINOR@ library_LTLIBRARIES = libgstriff.la libgstriff_la_SOURCES = riffparse.c riffencode.c riffutil.c riff.c -libgstriffincludedir = $(includedir)/@PACKAGE@-@VERSION@/gst/riff -libgstriffinclude_HEADERS = riff.h +## libgstriffincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/riff +## libgstriffinclude_HEADERS = riff.h +noinst_HEADERS = riff.h libgstriff_la_LIBADD = libgstriff_la_CFLAGS = $(GST_CFLAGS) -funroll-all-loops -finline-functions -ffast-math -- cgit v1.2.1