]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: ipcrypt
authorFred Morcos <fred.morcos@open-xchange.com>
Tue, 8 Aug 2023 14:40:33 +0000 (16:40 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:34 +0000 (13:28 +0100)
ext/ipcrypt/meson.build [new file with mode: 0644]

diff --git a/ext/ipcrypt/meson.build b/ext/ipcrypt/meson.build
new file mode 100644 (file)
index 0000000..23fce4c
--- /dev/null
@@ -0,0 +1,10 @@
+module_sources = [
+  'ipcrypt.c',
+  'ipcrypt.h',
+]
+
+module_dist = [
+  'LICENSE',
+]
+
+dep_ipcrypt = static_library('ipcrypt', module_sources, extra_files: module_dist)