diff options
author | Yu Jiung <jiung.yu@samsung.com> | 2016-11-09 13:56:33 +0900 |
---|---|---|
committer | Yu Jiung <jiung.yu@samsung.com> | 2016-11-09 15:56:25 +0900 |
commit | 45e88a8337839e5fd88519bc55467053d521c9f6 (patch) | |
tree | dbb7a9ce36771b892f8ea3c40d4c9004db00541f /Makefile.am | |
parent | f943ec081f7860198d407bfd1199058f841f34da (diff) | |
download | c-ares-45e88a8337839e5fd88519bc55467053d521c9f6.tar.gz c-ares-45e88a8337839e5fd88519bc55467053d521c9f6.tar.bz2 c-ares-45e88a8337839e5fd88519bc55467053d521c9f6.zip |
Disable building tests
Change-Id: Id873fdec5e3e0c5e1f185a0d3abc5cca7acdaa9e
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3ba40ba..d49d445 100644 --- a/Makefile.am +++ b/Makefile.am @@ -62,7 +62,7 @@ CLEANFILES = $(PDFPAGES) $(HTMLPAGES) DISTCLEANFILES = ares_build.h -DIST_SUBDIRS = test +#DIST_SUBDIRS = test pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libcares.pc |