summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.com>2012-02-20 18:43:01 +0100
committerTomeu Vizoso <tomeu.vizoso@collabora.com>2012-02-20 18:43:01 +0100
commitab005e6838fa31e4884855beae7e681a2d507dbc (patch)
tree9bfc0b11963b71fcdaee5bf42627a331f32a19cf
parentafe25adf46c5924850d8f43862745310ac1c6b66 (diff)
downloadgobject-introspection-ab005e6838fa31e4884855beae7e681a2d507dbc.tar.gz
g-ir-doc-tool: Add enum templates to the Makefile
-rw-r--r--Makefile-giscanner.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile-giscanner.am b/Makefile-giscanner.am
index e8edf9d1..14ac5be3 100644
--- a/Makefile-giscanner.am
+++ b/Makefile-giscanner.am
@@ -44,6 +44,7 @@ pkgpyexec_PYTHON = \
giscanner/mallardwriter.py \
giscanner/mallard-C-class.tmpl \
giscanner/mallard-C-default.tmpl \
+ giscanner/mallard-C-enum.tmpl \
giscanner/mallard-C-function.tmpl \
giscanner/mallard-C-namespace.tmpl \
giscanner/mallard-C-property.tmpl \
@@ -51,6 +52,7 @@ pkgpyexec_PYTHON = \
giscanner/mallard-C-signal.tmpl \
giscanner/mallard-Python-class.tmpl \
giscanner/mallard-Python-default.tmpl \
+ giscanner/mallard-Python-enum.tmpl \
giscanner/mallard-Python-function.tmpl \
giscanner/mallard-Python-namespace.tmpl \
giscanner/mallard-Python-property.tmpl \