summaryrefslogtreecommitdiff
path: root/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
commite057b523af459e091610c605c4fb9c4ede75fd3c (patch)
treee0da4671f6cba23f88d3468463b93323b0bbe239 /Makefile.inc
parenta82a8fbf821734dd5167ac2e83acfb4d6646e9fe (diff)
downloadc-ares-e057b523af459e091610c605c4fb9c4ede75fd3c.tar.gz
c-ares-e057b523af459e091610c605c4fb9c4ede75fd3c.tar.bz2
c-ares-e057b523af459e091610c605c4fb9c4ede75fd3c.zip
source files used by sample programs
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 04ab7a1..8d99afd 100644
--- a/Makefile.inc
+++ b/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