diff options
author | Johan Dahlin <johan@gnome.org> | 2010-09-16 00:37:49 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-09-24 16:06:53 -0300 |
commit | 7cc31be7753b124b7f17febbbe0607765b426fa0 (patch) | |
tree | 1ad650110b5862701c653882fe2701cc937663b8 /giscanner/Makefile.am | |
parent | 2aadc9201bf320820a02a789aaf9b1681fd453d5 (diff) | |
download | gobject-introspection-7cc31be7753b124b7f17febbbe0607765b426fa0.tar.gz |
Add an annotation tool
Diffstat (limited to 'giscanner/Makefile.am')
-rw-r--r-- | giscanner/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/giscanner/Makefile.am b/giscanner/Makefile.am index 6fee40dd..2779b70c 100644 --- a/giscanner/Makefile.am +++ b/giscanner/Makefile.am @@ -33,6 +33,7 @@ pkgpyexecdir = $(pkglibdir)/giscanner pkgpyexec_LTLIBRARIES = _giscanner.la pkgpyexec_PYTHON = \ __init__.py \ + annotationmain.py \ annotationparser.py \ ast.py \ cachestore.py \ |