]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: libdir and pkglibdir
authorFred Morcos <fred.morcos@open-xchange.com>
Fri, 11 Aug 2023 11:48:37 +0000 (13:48 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:35 +0000 (13:28 +0100)
meson.build
meson/libdir/meson.build [new file with mode: 0644]

index e9d7042ff590e4c5e2c631c275e18137d6b86b3c..7d932f28ab1bf8b260556668533ae5c977f63d25 100644 (file)
@@ -29,6 +29,7 @@ subdir('meson' / 'version')                 # Generate version define
 subdir('meson' / 'compiler-setup')          # Common compiler setup
 subdir('meson' / 'summary')                 # Print a system/project summary
 subdir('meson' / 'sysconfdir')              # Sysconfdir
+subdir('meson' / 'libdir')                  # Libdir
 subdir('meson' / 'timet-size')              # Check the size of time_t
 subdir('meson' / 'timet-sign')              # Check the sign of time_t
 subdir('meson' / 'flex')                    # Find flex and create generator
diff --git a/meson/libdir/meson.build b/meson/libdir/meson.build
new file mode 100644 (file)
index 0000000..b1b75b8
--- /dev/null
@@ -0,0 +1,4 @@
+# Libdir
+# Inputs: conf
+
+conf.set_quoted('PKGLIBDIR', get_option('libdir'), description: 'Modules directory')