diff options
author | infirit <[email protected]> | 2015-09-11 17:33:56 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-12 12:05:49 +0200 |
commit | 68bd174bb3612840922deab2d2e9882299e2523c (patch) | |
tree | 0627d83a62047f5401e43e11fc13f3c64818bb5c /polkitgtkmate/Makefile.am | |
parent | b06d4ae63fc95f50870510ca0acbaf049ba6dbb2 (diff) | |
download | mate-polkit-68bd174bb3612840922deab2d2e9882299e2523c.tar.bz2 mate-polkit-68bd174bb3612840922deab2d2e9882299e2523c.tar.xz |
GIR: Add c include informatin and specify pkg-config file
Diffstat (limited to 'polkitgtkmate/Makefile.am')
-rw-r--r-- | polkitgtkmate/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/polkitgtkmate/Makefile.am b/polkitgtkmate/Makefile.am index 1a11b6e..706b792 100644 --- a/polkitgtkmate/Makefile.am +++ b/polkitgtkmate/Makefile.am @@ -87,6 +87,8 @@ PolkitGtkMate-1.0.gir: libpolkit-gtk-mate-1.la $(G_IR_SCANNER) Makefile.am --output $@ \ --pkg=polkit-gobject-1 \ --pkg=gtk+-${GTK_API_VERSION} \ + --pkg-export=polkit-mate-gtk-1 \ + --c-include='polkitgtkmate/polkitgtkmate.h' \ --libtool=$(top_builddir)/libtool \ -I$(top_srcdir) \ -DPOLKIT_GTK_MATE_COMPILATION \ |