aboutsummaryrefslogtreecommitdiff
path: root/ares/Makefile.inc
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-11-04 14:24:47 +0000
committerYang Tse <yangsita@gmail.com>2009-11-04 14:24:47 +0000
commit1d8d389bced14fd724ba3f0ccd553f4a90363ca5 (patch)
tree37f52668b01024089f0e41b21c438834a697809b /ares/Makefile.inc
parent99e43046a7415796d1369c493fed7043fc98075c (diff)
source files used by sample programs
Diffstat (limited to 'ares/Makefile.inc')
-rw-r--r--ares/Makefile.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/ares/Makefile.inc b/ares/Makefile.inc
index 04ab7a12e..8d99afdcb 100644
--- a/ares/Makefile.inc
+++ b/ares/Makefile.inc
@@ -163,3 +163,12 @@ PDFPAGES = ares_cancel.pdf \
ares_timeout.pdf \
ares_version.pdf
+SAMPLESOURCES = ares_getopt.c \
+ ares_strcasecmp.c \
+ inet_net_pton.c \
+ inet_ntop.c
+
+SAMPLEHEADERS = ares_getopt.h \
+ ares_strcasecmp.h \
+ inet_net_pton.h \
+ inet_ntop.h