diff options
author | Johan Dahlin <johan@gnome.org> | 2011-01-20 11:43:28 -0200 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2011-01-20 12:12:22 -0200 |
commit | 1e0327f844edae85049cf23d6486c964fc45b66b (patch) | |
tree | be5f8044d4e2122db1048915ff7a65e7dca34dca /gdk/Makefile.am | |
parent | b92df453c617d068744544078f7c81c628f0bbb0 (diff) | |
download | gtk+-1e0327f844edae85049cf23d6486c964fc45b66b.tar.gz |
Use identifier-prefix instead of deprecated strip-prefix
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r-- | gdk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index b344dfe757..f81147e062 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 |