tag: Fix copy/paste error in inrospection part of Makefile
authorBenjamin Otte <otte@redhat.com>
Mon, 21 Feb 2011 17:00:36 +0000 (18:00 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 21 Feb 2011 17:00:36 +0000 (18:00 +0100)
gst-libs/gst/tag/Makefile.am

index 9e82463..15263dd 100644 (file)
@@ -23,7 +23,7 @@ BUILT_GIRSOURCES = GstTag-@GST_MAJORMINOR@.gir
 
 gir_headers=$(patsubst %,$(srcdir)/%, $(libgsttaginclude_HEADERS))
 gir_sources=$(patsubst %,$(srcdir)/%, $(libgsttag_@GST_MAJORMINOR@_la_SOURCES))
-gir_cincludes=$(patsubst %,--c-include='gst/audio/%',$(libgsttainclude_HEADERS))
+gir_cincludes=$(patsubst %,--c-include='gst/tag/%',$(libgsttaginclude_HEADERS))
 
 GstTag-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgsttag-@GST_MAJORMINOR@.la
        $(AM_V_GEN)PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" \