aboutsummaryrefslogtreecommitdiff
path: root/src/rc/meson.build
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2022-03-30 13:49:28 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2022-03-30 13:59:32 -0500
commitdf18158e60dc6bfe9a77ac7d1b48417f808f5b11 (patch)
tree97c302a4c3fc2526a2954a7fe13636e89b84e32f /src/rc/meson.build
parent5e1f180f0b8e972dc8f91b0143f1ae7fd61609e7 (diff)
seedrng.c: multiple cleanups
This fixes #508.
Diffstat (limited to 'src/rc/meson.build')
-rw-r--r--src/rc/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/meson.build b/src/rc/meson.build
index b724c51f..edea4a16 100644
--- a/src/rc/meson.build
+++ b/src/rc/meson.build
@@ -270,7 +270,7 @@ if os == 'Linux'
install_dir: rc_bindir)
executable('seedrng',
- ['seedrng.c'],
+ ['seedrng.c', usage_c, version_h],
c_args : cc_branding_flags,
include_directories: [incdir, einfo_incdir, rc_incdir],
link_with: [libeinfo, librc],