aboutsummaryrefslogtreecommitdiff
path: root/src/mountinfo/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/mountinfo/meson.build')
-rw-r--r--src/mountinfo/meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mountinfo/meson.build b/src/mountinfo/meson.build
new file mode 100644
index 00000000..71b8a652
--- /dev/null
+++ b/src/mountinfo/meson.build
@@ -0,0 +1,7 @@
+executable('mountinfo',
+ ['mountinfo.c', misc_c, usage_c, version_h],
+ c_args : cc_branding_flags,
+ include_directories: [incdir, einfo_incdir, rc_incdir],
+ link_with: [libeinfo, librc],
+ install: true,
+ install_dir: rc_bindir)