Changeset 18912 for trunk/FACT++


Ignore:
Timestamp:
10/18/17 13:24:36 (7 years ago)
Author:
tbretz
Message:
Added biastemp
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/Makefile.am

    r18601 r18912  
    4242        magicweather magiclidar \
    4343        smartfact evtserver getevent \
    44         temperature \
     44        temperature biastemp \
    4545        timecheck \
    4646        showlog \
     
    106106dist_man1_MANS = \
    107107        biasctrl.man \
     108        biastemp.man \
    108109        datalogger.man \
    109110        dimctrl.man \
     
    408409       libConfiguration.la
    409410
     411biastemp_SOURCES = src/biastemp.cc src/LocalControl.h
     412biastemp_LDADD   = libDim++.la libDim.la libDimExtension.la \
     413        libStateMachine.la libTools.la libTime.la \
     414        libConfiguration.la
     415
    410416temperature_SOURCES = src/temperature.cc src/LocalControl.h
    411417temperature_LDADD   = libDim++.la libDim.la libDimExtension.la \
Note: See TracChangeset for help on using the changeset viewer.