diff options
author | infirit <[email protected]> | 2013-10-10 00:51:18 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-10 00:51:18 +0200 |
commit | 55e8d3025a24479012202c4799925217983e3159 (patch) | |
tree | 5578aa3714aa3495436964bcc271edca61d4c68b /polkitgtkmate | |
parent | 002703a0f4b6167dd6421c3a0a96795c6386c840 (diff) | |
download | mate-polkit-55e8d3025a24479012202c4799925217983e3159.tar.bz2 mate-polkit-55e8d3025a24479012202c4799925217983e3159.tar.xz |
use GTK_API_VERSION for gir-scanner
Diffstat (limited to 'polkitgtkmate')
-rw-r--r-- | polkitgtkmate/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polkitgtkmate/Makefile.am b/polkitgtkmate/Makefile.am index 4d0932f..ff816c3 100644 --- a/polkitgtkmate/Makefile.am +++ b/polkitgtkmate/Makefile.am @@ -80,12 +80,12 @@ PolkitGtkMate-1.0.gir: libpolkit-gtk-mate-1.la $(G_IR_SCANNER) Makefile.am --namespace PolkitGtkMate \ --strip-prefix=Polkit \ --nsversion=1.0 \ - --include=Gtk-2.0 \ + --include=Gtk-${GTK_API_VERSION} \ --include=Polkit-1.0 \ --library=polkit-gtk-mate-1 \ --output $@ \ --pkg=polkit-gobject-1 \ - --pkg=gtk+-2.0 \ + --pkg=gtk+-${GTK_API_VERSION} \ --libtool=$(top_builddir)/libtool \ -I$(top_srcdir) \ -DPOLKIT_GTK_MATE_COMPILATION \ |