]> git.ipfire.org Git - thirdparty/kea.git/commit
added meson files to build kea 304-poc-replace-autotools-with-meson
authorMichal Nowikowski <godfryd@isc.org>
Fri, 30 Nov 2018 07:08:53 +0000 (08:08 +0100)
committerMichal Nowikowski <godfryd@isc.org>
Fri, 30 Nov 2018 07:08:53 +0000 (08:08 +0100)
commit2745f20fb01eafdf1b007af5b7c030047e5ced7d
tree0843a1719f68590cc62c5c34311246f462b828b9
parentee65a69c1fd7a2cb5d1f0ce6ee5d144506ad03b1
added meson files to build kea
23 files changed:
meson.build [new file with mode: 0644]
src/lib/asiolink/meson.build [new file with mode: 0644]
src/lib/cc/meson.build [new file with mode: 0644]
src/lib/cfgrpt/meson.build [new file with mode: 0644]
src/lib/config/meson.build [new file with mode: 0644]
src/lib/cryptolink/meson.build [new file with mode: 0644]
src/lib/database/meson.build [new file with mode: 0644]
src/lib/dhcp/meson.build [new file with mode: 0644]
src/lib/dhcp_ddns/meson.build [new file with mode: 0644]
src/lib/dhcpsrv/meson.build [new file with mode: 0644]
src/lib/dns/meson.build [new file with mode: 0644]
src/lib/exceptions/meson.build [new file with mode: 0644]
src/lib/hooks/meson.build [new file with mode: 0644]
src/lib/http/meson.build [new file with mode: 0644]
src/lib/log/compiler/meson.build [new file with mode: 0644]
src/lib/log/meson.build [new file with mode: 0644]
src/lib/mysql/meson.build [new file with mode: 0644]
src/lib/process/meson.build [new file with mode: 0644]
src/lib/stats/meson.build [new file with mode: 0644]
src/lib/util/io/meson.build [new file with mode: 0644]
src/lib/util/meson.build [new file with mode: 0644]
src/lib/util/threads/meson.build [new file with mode: 0755]
src/lib/util/threads/tests/meson.build [new file with mode: 0755]