mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 00:20:00 -04:00
Don't list libtest.la headers in HEADERS variable
The libtest.la headers were installed in very weird place, in fact, we
don't need to list them in the HEADERS variable, listing them in SOURCES
is enough for autotools to figure out how to compile the convenience
library.
(cherry picked from commit 714fe2f617)
This commit is contained in:
parent
36184beb10
commit
c4fd0c3e4b
1 changed files with 2 additions and 5 deletions
|
|
@ -14,13 +14,10 @@ LDADD += \
|
|||
|
||||
check_LTLIBRARIES = libtest.la
|
||||
|
||||
noinst_libtest_ladir = ..
|
||||
noinst_libtest_la_HEADERS = \
|
||||
libtest_la_SOURCES = \
|
||||
../include/tests/dns.h \
|
||||
../include/tests/isc.h \
|
||||
../include/tests/ns.h
|
||||
libtest_la_SOURCES = \
|
||||
$(noinst_libtest_la_HEADERS) \
|
||||
../include/tests/ns.h \
|
||||
dns.c \
|
||||
isc.c \
|
||||
ns.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue