mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 11:19:59 -04:00
Add OpenSSL libraries and flags to proxystream_test
This commit is contained in:
parent
120b4a9ef9
commit
52b053537d
1 changed files with 4 additions and 2 deletions
|
|
@ -115,10 +115,12 @@ proxyheader_test_SOURCES = \
|
|||
proxyheader_test_data.h
|
||||
|
||||
proxystream_test_CPPFLAGS = \
|
||||
$(AM_CPPFLAGS)
|
||||
$(AM_CPPFLAGS) \
|
||||
$(OPENSSL_CFLAGS)
|
||||
|
||||
proxystream_test_LDADD = \
|
||||
$(LDADD)
|
||||
$(LDADD) \
|
||||
$(OPENSSL_LIBS)
|
||||
|
||||
proxystream_test_SOURCES = \
|
||||
proxystream_test.c \
|
||||
|
|
|
|||
Loading…
Reference in a new issue