Skip to content

Commit d99f8cf

Browse files
committed
Be sure to add the meson build files to the contents of `make dist'.
Signed-off-by: Miod Vallat <[email protected]>
1 parent e4a5f74 commit d99f8cf

File tree

23 files changed

+64
-16
lines changed

23 files changed

+64
-16
lines changed

Makefile.am

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ EXTRA_DIST = \
55
NOTICE \
66
README \
77
COPYING \
8+
auth/systemd \
89
codedocs/doxygen.conf \
910
contrib/powerdns.solaris.init.d \
11+
meson \
12+
meson.build \
13+
meson_options.txt \
1014
pdns/named.conf.parsertest \
1115
regression-tests/zones/unit.test \
1216
regression-tests/zones/unit2.test \

docs/Makefile.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ endif
4949

5050
man_MANS = $(MANPAGES_INSTALL)
5151

52-
EXTRA_DIST = $(MANPAGES_DIST)
52+
EXTRA_DIST = \
53+
$(MANPAGES_DIST) \
54+
http-api/swagger/authoritative-api-swagger.yaml
5355

5456
if HAVE_VENV
5557
if !HAVE_MANPAGES

ext/Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ DIST_SUBDIRS = \
1111
yahttp
1212

1313
EXTRA_DIST = \
14+
lmdb-safe/LICENSE \
15+
lmdb-safe/meson.build \
1416
luawrapper/include/LuaContext.hpp \
17+
luawrapper/meson.build \
1518
protozero/* protozero/include/protozero/*
1619

ext/arc4random/Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ libarc4random_la_SOURCES = \
99
explicit_bzero.c \
1010
includes.h \
1111
log.h
12+
13+
EXTRA_DIST = \
14+
meson.build

ext/ipcrypt/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
EXTRA_DIST = \
2-
LICENSE
2+
LICENSE \
3+
meson.build
34

45
noinst_LTLIBRARIES = libipcrypt.la
56

ext/json11/Makefile.am

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
noinst_LTLIBRARIES = libjson11.la
22
libjson11_la_SOURCES = json11.cpp json11.hpp
3+
4+
EXTRA_DIST = \
5+
LICENSE.txt \
6+
meson.build

ext/lmdb-safe/Makefile.am

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
EXTRA_DIST = \
2-
LICENSE
3-
41
noinst_LTLIBRARIES = liblmdb-safe.la
52

63
liblmdb-safe_la_SOURCES = \

ext/yahttp/Makefile.am

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
SUBDIRS = yahttp
22

3-
EXTRA_DIST = LICENSE README.md
3+
EXTRA_DIST = \
4+
LICENSE \
5+
README.md \
6+
meson.build

ext/yahttp/yahttp/Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ libyahttp_la_SOURCES = \
1111
utility.hpp \
1212
yahttp-config.h \
1313
yahttp.hpp
14+
15+
EXTRA_DIST = \
16+
meson.build

modules/Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ DIST_SUBDIRS = \
1313
pipebackend \
1414
remotebackend \
1515
tinydnsbackend
16+
17+
EXTRA_DIST = \
18+
meson.build

0 commit comments

Comments
 (0)