aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2017-03-23 17:41:07 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2017-05-15 21:46:30 +0200
commitd03443c4f158c537f071487d12ed9fca631539a7 (patch)
tree89a330559af3badc17a2c28d14762c4f5ca6dd69 /src
parentc04d046210296c2d895fae98f29ffee4a6e9774f (diff)
SDR: Added SoapySDR's compiler flags to common/Makefile
Diffstat (limited to 'src')
-rw-r--r--src/common/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index fb7968a..095665e 100644
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -1,5 +1,5 @@
AUTOMAKE_OPTIONS = subdir-objects
-AM_CPPFLAGS = -Wall -Wextra -g $(all_includes) $(UHD_CFLAGS)
+AM_CPPFLAGS = -Wall -Wextra -g $(all_includes) $(UHD_CFLAGS) $(SOAPY_CFLAGS)
noinst_LIBRARIES = libcommon.a