X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gr-usrp%2Fsrc%2FMakefile.am;h=c86631c0fea1b8a37f793775c95505a85b2542b8;hb=149de12d84580715664dc5461ab5d10ae4ff1ed8;hp=8645ca5294a84ad9895558207003550b6b4bcd35;hpb=18a684bf3dc144c48fc4cc6cc72f5070febd8074;p=debian%2Fgnuradio diff --git a/gr-usrp/src/Makefile.am b/gr-usrp/src/Makefile.am index 8645ca52..c86631c0 100644 --- a/gr-usrp/src/Makefile.am +++ b/gr-usrp/src/Makefile.am @@ -5,7 +5,7 @@ # # GNU Radio is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # GNU Radio is distributed in the hope that it will be useful, @@ -94,8 +94,8 @@ _usrp1_la_SOURCES = \ _usrp1_la_LIBADD = \ $(PYTHON_LDFLAGS) \ - $(GNURADIO_CORE_LIBS) \ - $(USRP_LIBS) \ + $(GNURADIO_CORE_LA) \ + $(USRP_LA) \ -lstdc++