mirror of https://github.com/nodejs/node.git
10 lines
364 B
Makefile
10 lines
364 B
Makefile
# Copyright (C) Daniel Stenberg
|
|
# SPDX-License-Identifier: MIT
|
|
AUTOMAKE_OPTIONS = foreign nostdinc 1.9.6
|
|
ACLOCAL_AMFLAGS = -I m4 --install
|
|
|
|
# what headers to install on 'make install':
|
|
include_HEADERS = ares.h ares_version.h ares_build.h ares_dns.h ares_dns_record.h ares_nameser.h
|
|
|
|
EXTRA_DIST = ares_build.h.cmake ares_build.h.in ares_build.h.dist CMakeLists.txt
|