summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Burt <gabriel.burt@gmail.com>2010-01-16 11:18:17 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-01-16 11:18:17 +0100
commit267cfe1bae74d7b4eab781edad302b6f0fbeb0f7 (patch)
treea52de8a2b50156a0436a5bac831b45617fff0785
parenta8d9bf8d0792a7c7606bf221b50dfefb72b715e2 (diff)
Use correct GAPI directory
Fixes bug #607123.
-rw-r--r--gstreamer-sharp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gstreamer-sharp/Makefile.am b/gstreamer-sharp/Makefile.am
index 8824f21..cd30660 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"