aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/Makefile.am')
-rw-r--r--Transceiver52M/Makefile.am8
1 files changed, 1 insertions, 7 deletions
diff --git a/Transceiver52M/Makefile.am b/Transceiver52M/Makefile.am
index 7bdc181..6fcef7c 100644
--- a/Transceiver52M/Makefile.am
+++ b/Transceiver52M/Makefile.am
@@ -55,15 +55,9 @@ COMMON_SOURCES = \
Transceiver.cpp \
DummyLoad.cpp
-if RESAMPLE
libtransceiver_la_SOURCES = \
$(COMMON_SOURCES) \
- radioIOResamp.cpp
-else
-libtransceiver_la_SOURCES = \
- $(COMMON_SOURCES) \
- radioIO.cpp
-endif
+ radioInterfaceResamp.cpp
noinst_PROGRAMS = \
USRPping \