diff options
author | Tom Rondeau | 2011-04-01 10:02:21 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-04-01 10:02:21 -0400 |
commit | 0966037079d9e2af5778f1418c17d29352286406 (patch) | |
tree | c51a80d7f45988aa6712b255757f1290854514b7 /gr-usrp | |
parent | 9166da7a6250da1026d19c4220a7a7244d4b06cf (diff) | |
download | gnuradio-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.am | 2 |
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) |