Big renaming. Uses the bp namespace everywhere
[SXSI/libbp.git] / Makefile
index ec8d5b2..542525a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ CXXFLAGS= $(INC_FLAGS) $(OPT_FLAGS)
 CC=gcc
 
 
-OBJECTS_BP=bp.o darray.o bpcore.o
+OBJECTS_BP=bp.o bp-utils.o bp-darray.o bp-core.o
 LIB_BP=libbp.a
 
 all: depend $(LIB_BP)