commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 107/148: added missing vrt includes and lib


From: git
Subject: [Commit-gnuradio] [gnuradio] 107/148: added missing vrt includes and libs to makefiles
Date: Mon, 15 Aug 2016 00:47:31 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

nwest pushed a commit to annotated tag old_usrp_devel_udp
in repository gnuradio.

commit b299997a7f35c2f8d4b930f629c750e974d9130a
Author: Josh Blum <address@hidden>
Date:   Wed Dec 23 08:10:56 2009 -0800

    added missing vrt includes and libs to makefiles
---
 gr-usrp2/src/Makefile.am | 2 ++
 usrp2/apps/Makefile.am   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/gr-usrp2/src/Makefile.am b/gr-usrp2/src/Makefile.am
index 8425c49..a729d0b 100644
--- a/gr-usrp2/src/Makefile.am
+++ b/gr-usrp2/src/Makefile.am
@@ -46,6 +46,7 @@ AM_CPPFLAGS = \
        $(GRUEL_INCLUDES) \
        $(PYTHON_CPPFLAGS) \
        $(USRP2_INCLUDES) \
+       $(VRT_INCLUDES) \
        $(WITH_INCLUDES)
 
 lib_LTLIBRARIES = libgnuradio-usrp2.la
@@ -63,6 +64,7 @@ libgnuradio_usrp2_la_SOURCES = \
 
 libgnuradio_usrp2_la_LIBADD = \
        $(USRP2_LA) \
+       $(VRT_LA) \
        $(GNURADIO_CORE_LA) 
 
 grinclude_HEADERS = \
diff --git a/usrp2/apps/Makefile.am b/usrp2/apps/Makefile.am
index 453a612..542a25c 100644
--- a/usrp2/apps/Makefile.am
+++ b/usrp2/apps/Makefile.am
@@ -19,12 +19,14 @@ include $(top_srcdir)/Makefile.common
 
 AM_CPPFLAGS = \
     $(USRP2_INCLUDES) \
+    $(VRT_INCLUDES) \
     $(STD_DEFINES_AND_INCLUDES) \
     $(CPPUNIT_INCLUDES) \
     $(GRUEL_INCLUDES)
 
 LDADD = \
        $(USRP2_LA) \
+       $(VRT_LA) \
        $(GRUEL_LA)
 
 bin_PROGRAMS = \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]