diff options
Diffstat (limited to 'apps/Makefile.am')
-rw-r--r-- | apps/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile.am b/apps/Makefile.am index c18b8c8f5..67ab6b0ed 100644 --- a/apps/Makefile.am +++ b/apps/Makefile.am @@ -23,7 +23,7 @@ AM_CPPFLAGS = $(GENERAL_CPPFLAGS) LDADD = \ $(GENERAL_LDDFLAGS) \ - $(USRP_UHD_LA) + $(UHD_LA) noinst_PROGRAMS = discover_usrps |