1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-21 07:49:19 +00:00

configure: run configure in 'test' too

Having the test dir completely stand-alone causes too many issues for
users and devs. It still needs to be built specifically.
This commit is contained in:
Daniel Stenberg
2016-02-13 10:57:48 +01:00
parent 18eeb34989
commit f4fe7371fb

View File

@ -877,6 +877,8 @@ squeeze CARES_PRIVATE_LIBS
XC_CHECK_BUILD_FLAGS
AC_CONFIG_SUBDIRS([test])
AC_CONFIG_FILES([Makefile libcares.pc])
AC_OUTPUT
XC_AMEND_DISTCLEAN(['.'])