Changeset 18912 for trunk/FACT++
- Timestamp:
- 10/18/17 13:24:36 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/Makefile.am
r18601 r18912 42 42 magicweather magiclidar \ 43 43 smartfact evtserver getevent \ 44 temperature \44 temperature biastemp \ 45 45 timecheck \ 46 46 showlog \ … … 106 106 dist_man1_MANS = \ 107 107 biasctrl.man \ 108 biastemp.man \ 108 109 datalogger.man \ 109 110 dimctrl.man \ … … 408 409 libConfiguration.la 409 410 411 biastemp_SOURCES = src/biastemp.cc src/LocalControl.h 412 biastemp_LDADD = libDim++.la libDim.la libDimExtension.la \ 413 libStateMachine.la libTools.la libTime.la \ 414 libConfiguration.la 415 410 416 temperature_SOURCES = src/temperature.cc src/LocalControl.h 411 417 temperature_LDADD = libDim++.la libDim.la libDimExtension.la \
Note:
See TracChangeset
for help on using the changeset viewer.