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/video/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gst-libs/gst/video/Makefile.am') diff --git a/gst-libs/gst/video/Makefile.am b/gst-libs/gst/video/Makefile.am index ef924fd7..a3c59341 100644 --- a/gst-libs/gst/video/Makefile.am +++ b/gst-libs/gst/video/Makefile.am @@ -1,11 +1,12 @@ -librarydir = $(libdir)/gst +librarydir = $(libdir)/gstreamer-@GST_MAJORMINOR@ library_LTLIBRARIES = libgstvideo.la libgstvideo_la_SOURCES = video.c -libgstvideoincludedir = $(includedir)/@PACKAGE@-@VERSION@/gst/video -libgstvideoinclude_HEADERS = video.h +#libgstvideoincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/video +#libgstvideoinclude_HEADERS = video.h +noinst_HEADERS = video.h libgstvideo_la_LIBADD = libgstvideo_la_CFLAGS = $(GST_CFLAGS) -finline-functions -ffast-math -- cgit v1.2.1