diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-05-05 21:08:07 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-05-05 21:18:52 +0200 |
commit | f0c4814079f1648a863a019603b6ae7c659116b4 (patch) | |
tree | d7379fb1de4e816c51bd2e5dc43c6c89c04d2d42 /Makefile.am | |
parent | bf478b519ab98cedd282a59e5e99a31e06c0b5d7 (diff) | |
download | ODR-SourceCompanion-f0c4814079f1648a863a019603b6ae7c659116b4.tar.gz ODR-SourceCompanion-f0c4814079f1648a863a019603b6ae7c659116b4.tar.bz2 ODR-SourceCompanion-f0c4814079f1648a863a019603b6ae7c659116b4.zip |
Update common: ClockTAI and making RemoteControl optional
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2eb2cc1..d9e5ae6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ odr_sourcecompanion_SOURCES = src/odr-sourcecompanion.cpp \ lib/Globals.cpp \ lib/Log.h lib/Log.cpp \ lib/ReedSolomon.h lib/ReedSolomon.cpp \ - lib/RemoteControl.h lib/RemoteControl.cpp \ + lib/RemoteControl.h \ lib/Socket.h lib/Socket.cpp \ lib/ThreadsafeQueue.h \ lib/crc.h lib/crc.c \ |