summaryrefslogtreecommitdiff
path: root/Makefile-gir.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-08-02 18:56:46 -0400
committerColin Walters <walters@verbum.org>2013-08-02 18:59:10 -0400
commitfbf303a972195f009b8bb37d77212f089a74d20e (patch)
tree8086fd44be2ac5c814a905993e9966ce89c2353f /Makefile-gir.am
parentf299e2512769030b76e6ef7662f95194b972450e (diff)
downloadgobject-introspection-fbf303a972195f009b8bb37d77212f089a74d20e.tar.gz
Add win32-1.0.gir
So for doing the GTK+ stack with gobject-introspection on Windows, we basically need to stub out the win32 types just like we do for xlib. Contributed by serenomickael@gmail.com
Diffstat (limited to 'Makefile-gir.am')
-rw-r--r--Makefile-gir.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile-gir.am b/Makefile-gir.am
index 2b39e546..848655c9 100644
--- a/Makefile-gir.am
+++ b/Makefile-gir.am
@@ -11,7 +11,8 @@ STATIC_GIRSOURCES = \
gir/xft-2.0.gir \
gir/xlib-2.0.gir \
gir/xfixes-4.0.gir \
- gir/xrandr-1.3.gir
+ gir/xrandr-1.3.gir \
+ gir/win32-1.0.gir
EXTRA_DIST += $(STATIC_GIRSOURCES)
gir/cairo-1.0.gir: gir/cairo-1.0.gir.in Makefile