From 267cfe1bae74d7b4eab781edad302b6f0fbeb0f7 Mon Sep 17 00:00:00 2001 From: Gabriel Burt Date: Sat, 16 Jan 2010 11:18:17 +0100 Subject: [PATCH] Use correct GAPI directory Fixes bug #607123. --- gstreamer-sharp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstreamer-sharp/Makefile.am b/gstreamer-sharp/Makefile.am index 8824f21441..cd306608a0 100644 --- a/gstreamer-sharp/Makefile.am +++ b/gstreamer-sharp/Makefile.am @@ -12,7 +12,7 @@ references = $(GLIBSHARP_LIBS) KEYFILE = gstreamer-sharp.snk ASSEMBLY = $(ASSEMBLY_NAME).dll -gapidir = $(datadir)/gapi +gapidir = $(datadir)/gapi-2.0 gapi_DATA = $(APIS) glue_includes="gst/gst.h gst/interfaces/colorbalance.h gst/interfaces/colorbalancechannel.h gst/interfaces/tuner.h gst/interfaces/tunerchannel.h gst/interfaces/tunernorm.h gst/cdda/gstcddabasesrc.h"