diff options
Diffstat (limited to 'ares/Makefile.inc')
-rw-r--r-- | ares/Makefile.inc | 9 |
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 |