summaryrefslogtreecommitdiff
path: root/plugins/yaml/python/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-01-04 13:54:17 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-01-04 13:54:17 (GMT)
commit4b54747c0ee3736591b3fb38b156837b0958b1cc (patch)
tree618a8454446f4f8f25aa5f7817c72bbcc706ae4d /plugins/yaml/python/Makefile.am
parentaded4e75efc21319d5a777bf53bc087587f0740c (diff)
Stuck to the Yaml specifications a little bit more.
Diffstat (limited to 'plugins/yaml/python/Makefile.am')
-rw-r--r--plugins/yaml/python/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/yaml/python/Makefile.am b/plugins/yaml/python/Makefile.am
index 8d6ddaa..2e66970 100644
--- a/plugins/yaml/python/Makefile.am
+++ b/plugins/yaml/python/Makefile.am
@@ -6,6 +6,7 @@ libyamlpython_la_SOURCES = \
line.h line.c \
module.h module.c \
node.h node.c \
+ pair.h pair.c \
reader.h reader.c \
scalar.h scalar.c \
tree.h tree.c