diff options
author | Johan Dahlin <johan@gnome.org> | 2009-12-14 21:44:26 -0200 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2009-12-14 21:44:26 -0200 |
commit | c3ba50927516a34d913c02ca606b2f7718d60bd7 (patch) | |
tree | c73a597c348e9350c5df56cadb026a9bfad7bf29 /Makefile.introspection | |
parent | 44685c2a3faa169172c6552b0e0a607d552ce08f (diff) | |
download | gobject-introspection-c3ba50927516a34d913c02ca606b2f7718d60bd7.tar.gz |
Do not require the precense of INTROSPECTION_GIRS
It's useful to be able to include the makefile without
having introspection enabled.
Diffstat (limited to 'Makefile.introspection')
-rw-r--r-- | Makefile.introspection | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.introspection b/Makefile.introspection index 582bf84b..980d9828 100644 --- a/Makefile.introspection +++ b/Makefile.introspection @@ -37,7 +37,6 @@ # Make sure the required variables are set, these should under normal # circumstances come from introspection.m4 -$(if $(INTROSPECTION_GIRS),,$(error Need to define INTROSPECTION_GIRS)) $(if $(INTROSPECTION_SCANNER),,$(error Need to define INTROSPECTION_SCANNER)) $(if $(INTROSPECTION_COMPILER),,$(error Need to define INTROSPECTION_COMPILER)) |