diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-09-02 14:26:04 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-09-02 14:26:04 +0200 |
commit | 29d602422cea4e9f2a59b8cefdb17b3862642e01 (patch) | |
tree | a4442774276ea4df6cd5163f8252d04a545bfff1 /Makefile.am | |
parent | 2475666652ca54cf3b53f5837ab5e97f69593397 (diff) | |
download | ODR-AudioEnc-29d602422cea4e9f2a59b8cefdb17b3862642e01.tar.gz ODR-AudioEnc-29d602422cea4e9f2a59b8cefdb17b3862642e01.tar.bz2 ODR-AudioEnc-29d602422cea4e9f2a59b8cefdb17b3862642e01.zip |
Apply b1fc144 from common
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index fc2c51b..cbf044f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -106,6 +106,7 @@ odr_audioenc_SOURCES = src/odr-audioenc.cpp \ src/common.h \ contrib/ClockTAI.cpp \ contrib/ClockTAI.h \ + contrib/Globals.cpp \ contrib/RemoteControl.cpp \ contrib/RemoteControl.h \ contrib/Log.cpp \ |