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

index fd8017e..55480eb 100644 (file)
@@ -16,7 +16,7 @@ BUILT_GIRSOURCES = GstSdp-@GST_MAJORMINOR@.gir
 
 gir_headers=$(patsubst %,$(srcdir)/%, $(libgstsdpinclude_HEADERS))
 gir_sources=$(patsubst %,$(srcdir)/%, $(libgstsdp_@GST_MAJORMINOR@_la_SOURCES))
-gir_cincludes=$(patsubst %,--c-include='gst/audio/%',$(libgstsdpinclude_HEADERS))
+gir_cincludes=$(patsubst %,--c-include='gst/sdp/%',$(libgstsdpinclude_HEADERS))
 
 GstSdp-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstsdp-@GST_MAJORMINOR@.la
        $(AM_V_GEN)PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" \