From 9b337a176f89c2261211188cc398c3e15952d87a Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sun, 29 Aug 2010 15:31:55 +0000 Subject: XPath: Moved implementation to pugixml.cpp git-svn-id: http://pugixml.googlecode.com/svn/trunk@670 99668b35-9821-0410-8761-19e4c4f06640 --- Jamfile.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Jamfile.jam') diff --git a/Jamfile.jam b/Jamfile.jam index 63dd298..0ca21a4 100644 --- a/Jamfile.jam +++ b/Jamfile.jam @@ -75,7 +75,7 @@ for CONFIG in $(CONFIGURATIONS) # build library local PUGIXML = $(CFGBUILD)/pugixml.lib ; - Library $(PUGIXML) : src/pugixml.cpp src/pugixpath.cpp : $(CFGFLAGS) ; + Library $(PUGIXML) : src/pugixml.cpp : $(CFGFLAGS) ; Alias pugixml : $(PUGIXML) ; # build tests -- cgit v1.2.3