diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-09 15:53:30 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-09 15:53:30 -0700 |
commit | 1ffdbffcaed02441777fd47fae8c98f5970551b9 (patch) | |
tree | e6e87ac775b08faf3b0d8d3dbd3c00afcf40a633 /polkitgtkmate/Makefile.am | |
parent | bc8bde8dda8386e8cc50d356438e4a6f340cc0aa (diff) | |
parent | 55e8d3025a24479012202c4799925217983e3159 (diff) | |
download | mate-polkit-1ffdbffcaed02441777fd47fae8c98f5970551b9.tar.bz2 mate-polkit-1ffdbffcaed02441777fd47fae8c98f5970551b9.tar.xz |
Merge pull request #7 from infirit/master
use GTK_API_VERSION for gir-scanner
Diffstat (limited to 'polkitgtkmate/Makefile.am')
-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 \ |