diff options
Diffstat (limited to 'gst-libs/gst/video/Makefile.am')
-rw-r--r-- | gst-libs/gst/video/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
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 |