From e566cc100f93568120adb6801c6f26dbea415d45 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 16 Dec 2010 23:09:04 +0100 Subject: [PATCH] build: include ares_nowarn among SAMPLESOURCES and SAMPLEHEADERS --- Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.inc b/Makefile.inc index bc211f8a..6a68fce3 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -182,11 +182,13 @@ PDFPAGES = ares_cancel.pdf \ ares_version.pdf SAMPLESOURCES = ares_getopt.c \ + ares_nowarn.c \ ares_strcasecmp.c \ inet_net_pton.c \ inet_ntop.c SAMPLEHEADERS = ares_getopt.h \ + ares_nowarn.h \ ares_strcasecmp.h \ inet_net_pton.h \ inet_ntop.h