Index: trunk/Ohana/src/addstar/Makefile
===================================================================
--- trunk/Ohana/src/addstar/Makefile	(revision 3389)
+++ trunk/Ohana/src/addstar/Makefile	(revision 3402)
@@ -1,4 +1,2 @@
-#install:
-#	@echo "addstar under re-construction"
 default: addstar
 help:
@@ -31,4 +29,5 @@
 $(SRC)/ConfigInit.$(ARCH).o \
 $(SRC)/conversions.$(ARCH).o \
+$(SRC)/dump.$(ARCH).o \
 $(SRC)/edge_check.$(ARCH).o \
 $(SRC)/find_matches.$(ARCH).o \
@@ -112,5 +111,5 @@
 # utilities #################################################
 
-# install:
+install:
 	for i in $(INSTALL); do make $$i.install; done
 
