diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-07-27 12:05:05 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-07-27 12:05:05 +0200 |
commit | 6087160593e74aff9147153c69ea23849fc8b921 (patch) | |
tree | f305db8542f0a073a96bc6c66958a007192cf31d /Makefile.am | |
parent | 0f86d6939f022d6fc101fd08f17856d2d7c446cf (diff) | |
download | dabmod-6087160593e74aff9147153c69ea23849fc8b921.tar.gz dabmod-6087160593e74aff9147153c69ea23849fc8b921.tar.bz2 dabmod-6087160593e74aff9147153c69ea23849fc8b921.zip |
Add PrecisionWave DEXTER support
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 39280fb..46f2c21 100644 --- a/Makefile.am +++ b/Makefile.am @@ -138,6 +138,8 @@ odr_dabmod_SOURCES += \ src/output/SDR.cpp \ src/output/SDR.h \ src/output/SDRDevice.h \ + src/output/Dexter.cpp \ + src/output/Dexter.h \ src/output/Soapy.cpp \ src/output/Soapy.h \ src/output/UHD.cpp \ |