summaryrefslogtreecommitdiff
path: root/gr-usrp
diff options
context:
space:
mode:
authorTom Rondeau2011-04-01 10:02:21 -0400
committerTom Rondeau2011-04-01 10:02:21 -0400
commit0966037079d9e2af5778f1418c17d29352286406 (patch)
treec51a80d7f45988aa6712b255757f1290854514b7 /gr-usrp
parent9166da7a6250da1026d19c4220a7a7244d4b06cf (diff)
downloadgnuradio-0966037079d9e2af5778f1418c17d29352286406.tar.gz
gnuradio-0966037079d9e2af5778f1418c17d29352286406.tar.bz2
gnuradio-0966037079d9e2af5778f1418c17d29352286406.zip
build: updating Makefiles for newer linker requirements.
Diffstat (limited to 'gr-usrp')
-rw-r--r--gr-usrp/apps/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-usrp/apps/Makefile.am b/gr-usrp/apps/Makefile.am
index 0f3a21bb4..c3955ad9d 100644
--- a/gr-usrp/apps/Makefile.am
+++ b/gr-usrp/apps/Makefile.am
@@ -33,6 +33,8 @@ GR_USRP_LA=$(top_builddir)/gr-usrp/src/libgnuradio-usrp.la
# For compiling outside the tree, these will get fished out by pkgconfig
LDADD = \
+ $(GNURADIO_CORE_LA) \
+ $(USRP_LA) \
$(GR_USRP_LA) \
$(BOOST_LDFLAGS) \
$(BOOST_PROGRAM_OPTIONS_LIB)