summaryrefslogtreecommitdiffstats
path: root/src/meson.build
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2024-02-03 16:58:23 -0600
committerLibravatar bigfoot547 <[email protected]>2024-02-03 22:26:55 -0600
commit962f5efdf1af9f07395c28df7a2181733e3e5125 (patch)
tree790bd875d37d6f2a78bf93eb35e4dd11718f6379 /src/meson.build
parentfix using the wrong free function (diff)
add lists
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index a2cf6d0..92fbc23 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -1 +1 @@
-libworld_sources = files('libmain.c')
+libworld_sources = files('libmain.c', 'nbt/nbt.c', 'nbt/nbtht.c', 'nbt/list.c')