2023-10-08 08:24:18 +08:00
|
|
|
# Copyright (C) Daniel Stenberg
|
|
|
|
# SPDX-License-Identifier: MIT
|
2021-10-30 00:04:24 +08:00
|
|
|
AUTOMAKE_OPTIONS = foreign nostdinc 1.9.6
|
|
|
|
ACLOCAL_AMFLAGS = -I m4 --install
|
|
|
|
|
|
|
|
# what headers to install on 'make install':
|
2024-07-06 21:23:58 +08:00
|
|
|
include_HEADERS = ares.h ares_version.h ares_build.h ares_dns.h ares_dns_record.h ares_nameser.h
|
2021-10-30 00:04:24 +08:00
|
|
|
|
|
|
|
EXTRA_DIST = ares_build.h.cmake ares_build.h.in ares_build.h.dist CMakeLists.txt
|