Index: trunk/FACT++/Makefile.am
===================================================================
--- trunk/FACT++/Makefile.am	(revision 18911)
+++ trunk/FACT++/Makefile.am	(revision 18912)
@@ -42,5 +42,5 @@
 	magicweather magiclidar \
 	smartfact evtserver getevent \
-	temperature \
+	temperature biastemp \
 	timecheck \
 	showlog \
@@ -106,4 +106,5 @@
 dist_man1_MANS = \
 	biasctrl.man \
+	biastemp.man \
 	datalogger.man \
 	dimctrl.man \
@@ -408,4 +409,9 @@
        libConfiguration.la
 
+biastemp_SOURCES = src/biastemp.cc src/LocalControl.h
+biastemp_LDADD   = libDim++.la libDim.la libDimExtension.la \
+ 	libStateMachine.la libTools.la libTime.la \
+    	libConfiguration.la
+
 temperature_SOURCES = src/temperature.cc src/LocalControl.h
 temperature_LDADD   = libDim++.la libDim.la libDimExtension.la \
