mirror of https://github.com/c-ares/c-ares.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
270 B
8 lines
270 B
5 years ago
|
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_rules.h
|
||
|
|
||
|
EXTRA_DIST = ares_build.h.cmake ares_build.h.in ares_build.h.dist CMakeLists.txt
|