diff options
author | Gunter Knauf <gk@gknw.de> | 2008-02-14 21:24:59 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2008-02-14 21:24:59 +0000 |
commit | 13ebf618502aac8cd0ac4b699ce1c2a9574f1731 (patch) | |
tree | c42e54fd38a99b1074632351e507d03bc41c8310 | |
parent | b3fafe9b3a143017f3cd6a77fecb1aa5c667c376 (diff) |
added some files which were missing in release tarballs.
-rw-r--r-- | ares/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ares/Makefile.am b/ares/Makefile.am index 414887053..9beeefe37 100644 --- a/ares/Makefile.am +++ b/ares/Makefile.am @@ -18,8 +18,9 @@ noinst_PROGRAMS =$(PROGS) # adig and ahost are just sample programs and thus not mentioned with the # regular sources and headers -EXTRA_DIST = CHANGES README.cares Makefile.inc adig.c ahost.c $(man_MANS) \ - $(MSVCFILES) AUTHORS config-win32.h RELEASE-NOTES libcares.pc.in +EXTRA_DIST = AUTHORS CHANGES README.cares Makefile.inc Makefile.dj \ + Makefile.m32 Makefile.netware Makefile.vc6 adig.c ahost.c $(man_MANS) \ + $(MSVCFILES) config-win32.h RELEASE-NOTES libcares.pc.in pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libcares.pc |