diff options
author | Dieter Verfaillie <dieterv@optionexplicit.be> | 2012-04-03 08:08:45 +0200 |
---|---|---|
committer | Johan Dahlin <jdahlin@litl.com> | 2012-04-05 10:23:02 -0300 |
commit | 182fdfec261f36fa095484352b9b834861036907 (patch) | |
tree | 47756b386f2eae5cf99cf345dc841606824708f7 /Makefile-giscanner.am | |
parent | 5ab6a478f5fe7642090032e3345f8c884e15f5b7 (diff) | |
download | gobject-introspection-182fdfec261f36fa095484352b9b834861036907.tar.gz |
Now make AnnotationParser do what gobject-introspection needs it to do.
https://bugzilla.gnome.org/show_bug.cgi?id=672254
Diffstat (limited to 'Makefile-giscanner.am')
-rw-r--r-- | Makefile-giscanner.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile-giscanner.am b/Makefile-giscanner.am index c529c4eb..f20135ae 100644 --- a/Makefile-giscanner.am +++ b/Makefile-giscanner.am @@ -30,6 +30,7 @@ pkgpyexec_PYTHON = \ giscanner/__init__.py \ giscanner/annotationmain.py \ giscanner/annotationparser.py \ + giscanner/annotationpatterns.py \ giscanner/ast.py \ giscanner/cachestore.py \ giscanner/codegen.py \ |