aboutsummaryrefslogtreecommitdiffstats
path: root/src/meson.build
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2023-12-28 06:40:07 -0600
committerLibravatar bigfoot547 <[email protected]>2023-12-28 06:40:07 -0600
commitcfe01c9f8b7ac0d82e694323b60fc172e0c35a48 (patch)
tree6f02144b38fcb2a4c5116e412f9ed4b0cc711728 /src/meson.build
parentadd cheap SHA1 implementation (diff)
[wip] version stuff
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 261148a..0b90ba4 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -1,4 +1,4 @@
-launcher_srcs = files('l2su.c', 'command.c', 'cmd-instance.c', 'uuid/uuid.c', 'launcherutil.c', 'instance.c', 'cmd-version.c', 'digest/sha1.c')
+launcher_srcs = files('l2su.c', 'command.c', 'cmd-instance.c', 'uuid/uuid.c', 'launcherutil.c', 'instance.c', 'cmd-version.c', 'digest/sha1.c', 'version.c')
configure_file(input : 'config.h.in', output : 'config.h', configuration : config_data)
config_include_dir = include_directories('.')