mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
Install ares_dns.h too
This commit is contained in:
parent
73226415fc
commit
abd2775a70
@ -1,5 +1,9 @@
|
|||||||
Changelog for the c-ares project
|
Changelog for the c-ares project
|
||||||
|
|
||||||
|
* November 22
|
||||||
|
|
||||||
|
- Install ares_dns.h too
|
||||||
|
|
||||||
* November 6
|
* November 6
|
||||||
|
|
||||||
- Yang Tse removed a couple of potential zero size memory allocations.
|
- Yang Tse removed a couple of potential zero size memory allocations.
|
||||||
|
@ -59,7 +59,7 @@ libcares_la_SOURCES = $(CSOURCES) $(HHEADERS)
|
|||||||
# where to install the c-ares headers
|
# where to install the c-ares headers
|
||||||
libcares_ladir = $(includedir)
|
libcares_ladir = $(includedir)
|
||||||
# what headers to install on 'make install':
|
# what headers to install on 'make install':
|
||||||
libcares_la_HEADERS = ares.h ares_version.h
|
libcares_la_HEADERS = ares.h ares_version.h ares_dns.h
|
||||||
|
|
||||||
# Make files named *.dist replace the file without .dist extension
|
# Make files named *.dist replace the file without .dist extension
|
||||||
dist-hook:
|
dist-hook:
|
||||||
|
Loading…
Reference in New Issue
Block a user