Skip to content
Snippets Groups Projects
Commit aa4142ae authored by Fons Rademakers's avatar Fons Rademakers
Browse files

move xmlparser to io.

git-svn-id: http://root.cern.ch/svn/root/trunk@23151 27541ba8-7e3a-0410-8455-c3a389f83636
parent 9d109661
Branches
Tags
No related merge requests found
Showing with 4 additions and 4 deletions
......@@ -152,7 +152,7 @@ ifeq ($(BUILDRUBY),yes)
MODULES += bindings/ruby
endif
ifeq ($(BUILDXML),yes)
MODULES += xmlparser
MODULES += io/xmlparser
endif
ifeq ($(BUILDQT),yes)
MODULES += graf2d/qt gui/qtroot
......@@ -247,7 +247,7 @@ MODULES += core/unix core/winnt graf2d/x11 graf2d/x11ttf \
bindings/pyroot bindings/ruby io/gfal \
graf2d/qt gui/qtroot gui/qtgsi net/xrootd net/netx net/alien \
proof/proofd proof/proofx proof/clarens proof/peac \
sql/oracle xmlparser math/mathmore cint/reflex cint/cintex \
sql/oracle io/xmlparser math/mathmore cint/reflex cint/cintex \
roofit/roofitcore roofit/roofit \
math/minuit2 net/monalisa math/fftw sql/odbc math/unuran \
geom/gdml graf3d/eve montecarlo/g4root net/glite
......
......@@ -25,7 +25,7 @@ excl="main proof/proofd net/rootd net/xrootd rootx montecarlo/pythia6 \
net/globusauth io/chirp io/dcache graf2d/x11ttf net/alien \
graf2d/asimage net/ldap graf2d/qt gui/qtroot math/quadp \
bindings/pyroot bindings/ruby montecarlo/vmc \
xmlparser graf3d/gl graf3d/ftgl roofit/roofit roofit/roofitcore \
io/xmlparser graf3d/gl graf3d/ftgl roofit/roofit roofit/roofitcore \
sql/oracle net/netx net/auth net/rpdutils math/mathmore \
math/minuit2 io/gfal net/monalisa proof/proofx math/fftw gui/qtgsi \
sql/odbc io/castor math/unuran geom/gdml cint/cint7 montecarlo/g4root \
......
......@@ -4,7 +4,7 @@
# Authors: Jose Lo
MODNAME := xmlparser
MODDIR := $(MODNAME)
MODDIR := io/$(MODNAME)
MODDIRS := $(MODDIR)/src
MODDIRI := $(MODDIR)/inc
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment