aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/giop
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-01-03 06:06:53 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-01-03 06:06:53 +0000
commitd53f947b16758a01f08b426d8e85c837a488da81 (patch)
tree3621cb9491983e06c84d9224f6fe232a4eeb8156 /plugins/giop
parent59cebb950f7002df6c08365b1eeb2bb2e4c394ef (diff)
clean should also remove generated plugin.c and manifest files
svn path=/trunk/; revision=20291
Diffstat (limited to 'plugins/giop')
-rw-r--r--plugins/giop/Makefile.nmake7
1 files changed, 5 insertions, 2 deletions
diff --git a/plugins/giop/Makefile.nmake b/plugins/giop/Makefile.nmake
index ce081d491c..901535efa1 100644
--- a/plugins/giop/Makefile.nmake
+++ b/plugins/giop/Makefile.nmake
@@ -40,8 +40,11 @@ parlay.dll parlay.exp parlay.lib : packet-parlay.obj $(LINK_PLUGIN_WITH)
clean:
rm -f $(OBJECTS) cosnaming.dll cosnaming.exp cosnaming.lib \
coseventcomm.dll coseventcomm.exp coseventcomm.lib \
- tango.dll tango.exp tango.lib \
- parlay.dll parlay.exp parlay.lib *.pdb
+ tango.dll tango.exp tango.lib \
+ parlay.dll parlay.exp parlay.lib *.pdb \
+ cosnaming.dll.manifest coseventcomm.dll.manifest \
+ parlay.dll.manifest tango.dll.manifest
+
distclean: clean