Fix "make dist"

Make various adjustments necessary to enable "make dist" to build a BIND
source tarball whose contents are complete enough to build binaries, run
unit & system tests, and generate documentation on Unix systems.

Known outstanding issues:

  - "make distcheck" does not work yet.
  - Tests do not work for out-of-tree source-tarball-based builds.
  - Source tarballs are not complete enough for building on Windows.

All of the above will be addressed in due course.
This commit is contained in:
Michal Nowak
2020-06-04 19:02:27 +02:00
committed by Michał Kępień
parent eaebc26451
commit 5bbc6dd7f1
23 changed files with 162 additions and 54 deletions

View File

@@ -8,6 +8,7 @@ dlzexternal_LTLIBRARIES = dlzexternal.la
dlzexternaldir = $(abs_builddir)
dlzexternal_la_SOURCES = \
driver.c
driver.c \
driver.h
dlzexternal_la_LDFLAGS = -avoid-version -module -shared -export-dynamic