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:
committed by
Michał Kępień
parent
eaebc26451
commit
5bbc6dd7f1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user