diff options
author | Simon van der Linden <svdlinden@src.gnome.org> | 2009-11-23 22:39:12 +0100 |
---|---|---|
committer | Simon van der Linden <svdlinden@src.gnome.org> | 2009-11-23 22:39:12 +0100 |
commit | 5c010fe673d9bd01c27c8d7d312064665275888c (patch) | |
tree | d0d31ead17a75630a29b811f5bde2e233998eadf /Makefile.am | |
parent | d67d5afb5115c1d8294415b2e1a82af2c737ba17 (diff) | |
download | pygobject-5c010fe673d9bd01c27c8d7d312064665275888c.tar.gz |
Remove the girepository module
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 41e29afe..93442af7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = 1.7 -SUBDIRS = docs codegen glib gobject gio girepository examples tests +SUBDIRS = docs codegen glib gobject gio examples tests PLATFORM_VERSION = 2.0 |