summaryrefslogtreecommitdiff
path: root/plugins/yaml/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-11-03 22:56:52 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-11-03 22:56:52 (GMT)
commit459b345d69532825f21bdcd3e4f92009b0a046dc (patch)
treee0bc3d9089f0b5452e77be0f5d37fc0522f78c4a /plugins/yaml/Makefile.am
parent33b5dc9af0404eabeb0e60245ab1ca1dc3713a17 (diff)
Handled sequences with the Yaml reader in an improved way.
Diffstat (limited to 'plugins/yaml/Makefile.am')
-rw-r--r--plugins/yaml/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/yaml/Makefile.am b/plugins/yaml/Makefile.am
index d7464b8..75e3cc2 100644
--- a/plugins/yaml/Makefile.am
+++ b/plugins/yaml/Makefile.am
@@ -27,6 +27,7 @@ endif
libyaml_la_SOURCES = \
+ collection.h collection.c \
core.h core.c \
line.h line.c \
node.h node.c \