1# Copyright (C) The c-ares project and its contributors
2# SPDX-License-Identifier: MIT
3
4AUTOMAKE_OPTIONS = foreign subdir-objects no-dependencies
5
6include Makefile.inc
7
8man_MANS = $(MANPAGES)
9
10EXTRA_DIST = $(MANPAGES) ahost.1 adig.1 Makefile.inc CMakeLists.txt
11