aboutsummaryrefslogtreecommitdiff
path: root/contrib/old_snapshot/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/old_snapshot/meson.build')
-rw-r--r--contrib/old_snapshot/meson.build15
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/old_snapshot/meson.build b/contrib/old_snapshot/meson.build
new file mode 100644
index 00000000000..8e7ee09a43a
--- /dev/null
+++ b/contrib/old_snapshot/meson.build
@@ -0,0 +1,15 @@
+old_snapshot_sources = files(
+ 'time_mapping.c',
+)
+
+old_snapshot = shared_module('old_snapshot',
+ old_snapshot_sources,
+ kwargs: contrib_mod_args,
+)
+contrib_targets += old_snapshot
+
+install_data(
+ 'old_snapshot.control',
+ 'old_snapshot--1.0.sql',
+ kwargs: contrib_data_args,
+)