aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-09-08 21:18:58 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-09-08 21:18:58 +0000
commit3dece7b495ff8bef709b21e5707feadd300d48d7 (patch)
treed9e744d13071914ba1023d5bb2ce9438eea11cfd /plugins
parentc7d06bc63f101a3857742a8bc442dc0cdbe5b658 (diff)
Let's migrate the xml dissector...
svn path=/trunk/; revision=15729
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.am3
-rw-r--r--plugins/Makefile.nmake15
2 files changed, 2 insertions, 16 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 5f824d0bee..e4c4da5825 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -44,8 +44,7 @@ SUBDIRS = \
rtnet \
rudp \
stats_tree \
- v5ua \
- xml
+ v5ua
plugindir = @plugindir@
diff --git a/plugins/Makefile.nmake b/plugins/Makefile.nmake
index e78f4948a2..8e141c105c 100644
--- a/plugins/Makefile.nmake
+++ b/plugins/Makefile.nmake
@@ -29,8 +29,7 @@ all: \
rtnet \
rudp \
stats_tree \
- v5ua \
- xml
+ v5ua
acn::
@@ -147,11 +146,6 @@ v5ua::
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
cd ..
-xml::
- cd xml
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
- cd ..
-
clean:
rm -rf $(VERSION)
cd acn
@@ -200,8 +194,6 @@ clean:
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ../v5ua
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
- cd ../xml
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
distclean: clean
@@ -251,8 +243,6 @@ distclean: clean
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ../v5ua
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
- cd ../xml
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ..
maintainer-clean: distclean
@@ -300,8 +290,6 @@ maintainer-clean: distclean
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ../v5ua
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
- cd ../xml
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ..
################################################################################
@@ -336,7 +324,6 @@ install-plugins:
xcopy rudp\*.dll $(VERSION) /d
xcopy stats_tree\*.dll $(VERSION) /d
xcopy v5ua\*.dll $(VERSION) /d
- xcopy xml\*.dll $(VERSION) /d
!ENDIF
clean-deps: