From 1e0327f844edae85049cf23d6486c964fc45b66b Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Thu, 20 Jan 2011 11:43:28 -0200 Subject: [PATCH] Use identifier-prefix instead of deprecated strip-prefix --- gdk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/Makefile.am b/gdk/Makefile.am index b344dfe75..f81147e06 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -237,7 +237,7 @@ x11_introspection_files = \ GdkX11-3.0.gir: libgdk-3.0.la Gdk-3.0.gir Makefile GdkX11_3_0_gir_SCANNERFLAGS = \ - --strip-prefix=Gdk \ + --identifier-prefix=Gdk \ --c-include="gdk/gdkx.h" \ --include-uninstalled=$(top_builddir)/gdk/Gdk-3.0.gir GdkX11_3_0_gir_INCLUDES = Gio-2.0 Gdk-3.0 GdkPixbuf-2.0 Pango-1.0 xlib-2.0 -- 2.43.2