]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding -lXMLParser
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Jun 2008 07:40:45 +0000 (07:40 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Jun 2008 07:40:45 +0000 (07:40 +0000)
ANALYSIS/binaliengui.pkg

index ca889c03e99c9db9560fead2f6197dcb7832cc67..9eb457ed256b0420fbc2aff2cc8b2de04b9b8ec5 100644 (file)
@@ -37,7 +37,9 @@ ELIBSDIR+=$(FINK_ROOT)/lib
 endif
 
 PACKBLIBS := $(ROOTCLIBS) $(ROOTPLIBS) $(SYSLIBS)
-
+ifeq (yes,$(CHECKXML))
+PACKBLIBS += -lXMLParser
+endif