Index: trunk/Ohana/src/addstar/Makefile
===================================================================
--- trunk/Ohana/src/addstar/Makefile	(revision 3361)
+++ trunk/Ohana/src/addstar/Makefile	(revision 3376)
@@ -17,5 +17,5 @@
 #  
 INCS	= 	-I$(INC) -I$(LINC) -I$(XINC)
-LIBS	= 	-L$(LLIB) -lFITS -lohana -lm 
+LIBS	= 	-L$(LLIB) -lFITS -lohana -lz -lm
 CFLAGS	=	$(INCS)
 LFLAGS	=	$(LIBS) 
@@ -24,5 +24,4 @@
 $(SRC)/addstar.$(ARCH).o \
 $(SRC)/airmass.$(ARCH).o \
-$(SRC)/aregion.$(ARCH).o \
 $(SRC)/args.$(ARCH).o \
 $(SRC)/calibrate.$(ARCH).o \
@@ -80,4 +79,9 @@
 INSTALL = addstar
 
+gztest                : $(BIN)/gztest.$(ARCH)
+$(BIN)/gztest.$(ARCH) : $(SRC)/gztest.$(ARCH).o
+
+INSTALL = addstar
+
 # dependancy rules for binary code #########################
 .PRECIOUS: %.$(ARCH).o
