diff options
author | Yang Tse <yangsita@gmail.com> | 2008-05-15 09:18:05 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-05-15 09:18:05 +0000 |
commit | 15eee5dbbbbd7c8764c58d372531bcdc1dbe8934 (patch) | |
tree | 61ca11c5d74f9f3ef24534bd60e0caddf7dd7ea5 | |
parent | cfc1d037ff16f7c5b6c90a49896e51baa7aff68f (diff) |
remove compilation time generated files
-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 = |