Skip to content

Commit

Permalink
dnsdist: Add missing files for meson
Browse files Browse the repository at this point in the history
  • Loading branch information
rgacogne committed Sep 26, 2024
1 parent cf29694 commit b6269f0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions pdns/dnsdistdist/NOTICE
12 changes: 12 additions & 0 deletions pdns/dnsdistdist/ext/ipcrypt/meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
lib_ipcrypt = static_library(
'ipcrypt',
'ipcrypt.c',
extra_files: [
'ipcrypt.h',
],
)

dep_ipcrypt = declare_dependency(
link_with: lib_ipcrypt,
include_directories: include_directories('.'),
)

0 comments on commit b6269f0

Please sign in to comment.