summaryrefslogtreecommitdiff
path: root/Makefile.inc
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-12-16 23:09:04 +0100
committerYang Tse <yangsita@gmail.com>2010-12-16 23:09:04 +0100
commite566cc100f93568120adb6801c6f26dbea415d45 (patch)
treea7ab76439ec8684345e1de78fa90c0a49b5d62c5 /Makefile.inc
parent674e044ccb21f2f63537da53565fce868fb70187 (diff)
downloadc-ares-e566cc100f93568120adb6801c6f26dbea415d45.tar.gz
c-ares-e566cc100f93568120adb6801c6f26dbea415d45.tar.bz2
c-ares-e566cc100f93568120adb6801c6f26dbea415d45.zip
build: include ares_nowarn among SAMPLESOURCES and SAMPLEHEADERS
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc
index bc211f8..6a68fce 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