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 | 617c3100f5d80d4c8bf58974d8b9df6286cd9f14 (patch) | |
tree | 890e865b045aa3497272cdba864a2d1f06938aff /Makefile.am | |
parent | 9c99a58191cc55e8ae10de632a264afa49eb0b32 (diff) | |
download | c-ares-617c3100f5d80d4c8bf58974d8b9df6286cd9f14.tar.gz c-ares-617c3100f5d80d4c8bf58974d8b9df6286cd9f14.tar.bz2 c-ares-617c3100f5d80d4c8bf58974d8b9df6286cd9f14.zip |
removed files no longer existing
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 634edaf..9983941 100644 --- a/Makefile.am +++ b/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 |