aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorLars Roland <Lars.Roland@gmx.net>2005-05-31 20:42:15 +0000
committerLars Roland <Lars.Roland@gmx.net>2005-05-31 20:42:15 +0000
commit692cd3d6dbff609ddc1833a35cd597d7929afbee (patch)
treeb87c85979388f1f352acb253a37e38c04bc700e6 /Makefile.nmake
parentbc200f879cb086aabed6350bd36a73b1f4b89b50 (diff)
As suggested by Jaap Keuter:
Add generated files copied by "install-deps" to the "clean" target svn path=/trunk/; revision=14509
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index bb4ba96cf8..59dd35b964 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -266,7 +266,7 @@ clean: gtk2_distclean
rdps.pdb rdps.exe rdps.ilk config.h ps.c AUTHORS-SHORT \
AUTHORS-SHORT-FORMAT \
dftest.obj dftest.exe randpkt.obj randpkt.ext doxygen.cfg \
- $(RESOURCES)
+ $(RESOURCES) libethereal.dll wiretap-$(WTAP_VERSION).dll
cd wiretap
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ../gtk