summaryrefslogtreecommitdiff
path: root/Makefile-giscanner.am
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2012-07-04 07:50:14 +0200
committerDieter Verfaillie <dieterv@optionexplicit.be>2012-11-28 21:31:23 +0100
commit2d9245c4ed1367dd243d0bdcda5509c74803a834 (patch)
tree36f48893a3e76141b59430e9cdb21f30ec228fef /Makefile-giscanner.am
parent1de10b1b740ae84a51c6f4e52374afdbbc10d74c (diff)
downloadgobject-introspection-2d9245c4ed1367dd243d0bdcda5509c74803a834.tar.gz
giscanner: construct list of possible tag names for TAG_RE from _ALL_TAGS...
... instead of having a secondary hard-coded list. This results in the removal of giscanner/annotationpatterns.py to prevent a circular import. https://bugzilla.gnome.org/show_bug.cgi?id=688897
Diffstat (limited to 'Makefile-giscanner.am')
-rw-r--r--Makefile-giscanner.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile-giscanner.am b/Makefile-giscanner.am
index d4d2a620..2bb9b6d8 100644
--- a/Makefile-giscanner.am
+++ b/Makefile-giscanner.am
@@ -30,7 +30,6 @@ pkgpyexec_PYTHON = \
giscanner/__init__.py \
giscanner/annotationmain.py \
giscanner/annotationparser.py \
- giscanner/annotationpatterns.py \
giscanner/ast.py \
giscanner/cachestore.py \
giscanner/codegen.py \