Update code according to libbp renaming.
[SXSI/XMLTree.git] / Makefile
index 5cc06f8..910eb1d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ else
        OPT_FLAGS=-O4 $(POPCOUNT_FLAG) -fno-PIC -static
 endif
 
-CXXFLAGS= -std=c++0x $(INC_FLAGS) $(OPT_FLAGS)
+CXXFLAGS=-std=c++0x $(INC_FLAGS) $(OPT_FLAGS)
 CXX=g++
 
 OBJECTS_XMLTREE=XMLTree.o XMLTreeBuilder.o