summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-06-10 23:22:59 +0200
committerDaniel Stenberg <daniel@haxx.se>2010-06-10 23:22:59 +0200
commit9cb25ea5f776d6d327ef63615b072e47d2953cae (patch)
tree3b2a04f335a084fd5f5bbdec0a346f2bbcdf6bed /Makefile.am
parent50f99d46cc1a407645836ef5d1c9f34df79e4199 (diff)
downloadc-ares-9cb25ea5f776d6d327ef63615b072e47d2953cae.tar.gz
c-ares-9cb25ea5f776d6d327ef63615b072e47d2953cae.tar.bz2
c-ares-9cb25ea5f776d6d327ef63615b072e47d2953cae.zip
tarball: add $(CSOURCES) $(HHEADERS) to EXTRA_DIST
It's not clear to me why we need this, but we apparently may otherwise not get all files bundled in the dist tarball.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3ed8535..6cb508e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,7 +54,7 @@ noinst_PROGRAMS =$(PROGS)
EXTRA_DIST = AUTHORS CHANGES README.cares Makefile.inc Makefile.dj \
Makefile.m32 Makefile.netware Makefile.msvc $(man_MANS) $(MSVCFILES) \
config-win32.h RELEASE-NOTES libcares.pc.in buildconf get_ver.awk maketgz \
- TODO ares_build.h.in $(PDFPAGES) cares.rc README.msvc
+ TODO ares_build.h.in $(PDFPAGES) cares.rc README.msvc $(CSOURCES) $(HHEADERS)
CLEANFILES = $(PDFPAGES) $(HTMLPAGES)