diff options
Diffstat (limited to 'ares')
-rw-r--r-- | ares/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ares/Makefile.am b/ares/Makefile.am index 22f133574..26f00abab 100644 --- a/ares/Makefile.am +++ b/ares/Makefile.am @@ -4,9 +4,8 @@ lib_LTLIBRARIES = libcares.la man_MANS = $(MANPAGES) -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 vc/acountry/acountry.dsp +MSVCFILES = vc/vc.dsw vc/acountry/acountry.dsp vc/adig/adig.dsp \ + vc/ahost/ahost.dsp vc/areslib/areslib.dsp vc/areslib/areslib.dsw if DEBUGBUILD PROGS = |