From 8ff8877d1d9129f3fc509301a30b0662ad5dd7b8 Mon Sep 17 00:00:00 2001 From: Mark Lesha Date: Wed, 8 Nov 2006 17:01:21 +1100 Subject: [PATCH] MJL 8/11/06 Added compile for hmcontrol_ansto.o. r1259 | mle | 2006-11-08 17:01:21 +1100 (Wed, 08 Nov 2006) | 2 lines --- site_ansto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site_ansto/Makefile b/site_ansto/Makefile index e8276cbd..7f836a04 100644 --- a/site_ansto/Makefile +++ b/site_ansto/Makefile @@ -72,7 +72,8 @@ OBJ= site_ansto.o anstoutil.o\ lakeshore340.o lakeshore340driv.o \ counterdriv.o\ ../psi/tcpdocho.o ../psi/tcpdornier.o \ - anstohttp.o + anstohttp.o \ + hmcontrol_ansto.o all: ../matrix/libmatrix.a $(COREOBJ:%=../%) libansto.a libhardsup $(CC) -g -o SICServer $(COREOBJ:%=../%) $(SUBLIBS) $(PSI_SLIBS:%=../%) $(PSI_LIBS) $(GHTTP_LIBS)