Switch to side-by-side view

--- a/src/utils/Makefile
+++ b/src/utils/Makefile
@@ -73,7 +73,7 @@
 	       utf8iter.cpp
 
 
-CONFTREE_OBJS= trconftree.o  $(BIGLIB) 
+CONFTREE_OBJS= trconftree.o  ../lib/pathut.o ../lib/smallut.o ../lib/conftree.o
 trconftree : $(CONFTREE_OBJS)
 	$(CXX) $(ALL_CXXFLAGS) -o trconftree $(CONFTREE_OBJS)
 trconftree.o : conftree.cpp