mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 21:47:59 +00: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.
This commit is contained in:
parent
90f0a765d8
commit
714fe2f617
@ -14,13 +14,10 @@ LDADD += \
|
|||||||
|
|
||||||
check_LTLIBRARIES = libtest.la
|
check_LTLIBRARIES = libtest.la
|
||||||
|
|
||||||
noinst_libtest_ladir = ..
|
libtest_la_SOURCES = \
|
||||||
noinst_libtest_la_HEADERS = \
|
|
||||||
../include/tests/dns.h \
|
../include/tests/dns.h \
|
||||||
../include/tests/isc.h \
|
../include/tests/isc.h \
|
||||||
../include/tests/ns.h
|
../include/tests/ns.h \
|
||||||
libtest_la_SOURCES = \
|
|
||||||
$(noinst_libtest_la_HEADERS) \
|
|
||||||
dns.c \
|
dns.c \
|
||||||
isc.c \
|
isc.c \
|
||||||
ns.c
|
ns.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user