diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-11-12 00:01:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-11-12 00:01:50 +0000 |
commit | 2275737a5dd8c49222ce86e9b1821c10a0464ecb (patch) | |
tree | 78070f73c78a5f4216986126a061a9a736db73c4 | |
parent | 5e3836055ff8697c0d0ea514fdc9e16ca4b3c424 (diff) |
removed files no longer existing
-rw-r--r-- | ares/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ares/Makefile.am b/ares/Makefile.am index 634edafc5..9983941a1 100644 --- a/ares/Makefile.am +++ b/ares/Makefile.am @@ -4,10 +4,9 @@ lib_LTLIBRARIES = libcares.la man_MANS = $(MANPAGES) -MSVCFILES = vc/adig/adig.dep vc/adig/adig.dsp vc/adig/adig.mak \ - vc/adig/adig.plg vc/vc.dsw vc/ahost/ahost.dep vc/ahost/ahost.dsp \ - vc/ahost/ahost.mak vc/ahost/ahost.plg vc/areslib/areslib.dep \ - vc/areslib/areslib.dsp vc/areslib/areslib.mak vc/areslib/areslib.plg +MSVCFILES = vc/adig/adig.dep vc/adig/adig.dsp vc/vc.dsw vc/ahost/ahost.dep \ + vc/ahost/ahost.dsp vc/areslib/areslib.dep vc/areslib/areslib.dsp \ + vc/areslib/areslib.dsw # adig and ahost are just sample programs and thus not mentioned with the # regular sources and headers |