aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-03-01 19:38:01 -0500
committerDavid Robillard <d@drobilla.net>2022-01-13 23:03:28 -0500
commit6f362db2fbfe1b02929673aa9b0529b4328fb195 (patch)
treefe81aaace76478fcd344757397bad7efc1b4db57 /meson.build
parent6df8ef0e9b360f8d1a37723d0492bacc4a49f957 (diff)
downloadserd-6f362db2fbfe1b02929673aa9b0529b4328fb195.tar.gz
serd-6f362db2fbfe1b02929673aa9b0529b4328fb195.tar.bz2
serd-6f362db2fbfe1b02929673aa9b0529b4328fb195.zip
Add SerdSink interface and hide implementations
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 7073a76c..0e1e9471 100644
--- a/meson.build
+++ b/meson.build
@@ -96,6 +96,7 @@ sources = [
'src/n3.c',
'src/node.c',
'src/reader.c',
+ 'src/sink.c',
'src/string.c',
'src/system.c',
'src/uri.c',