commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r5210 - in gnuradio/branches/developers/gnychis/inband


From: gnychis
Subject: [Commit-gnuradio] r5210 - in gnuradio/branches/developers/gnychis/inband: . usrp/host/apps usrp/host/swig
Date: Tue, 1 May 2007 15:35:31 -0600 (MDT)

Author: gnychis
Date: 2007-05-01 15:35:31 -0600 (Tue, 01 May 2007)
New Revision: 5210

Modified:
   gnuradio/branches/developers/gnychis/inband/Makefile.common
   gnuradio/branches/developers/gnychis/inband/usrp/host/apps/Makefile.am
   gnuradio/branches/developers/gnychis/inband/usrp/host/swig/Makefile.am
Log:
trying to fix broken build by pointing to the correct location of libusrp.la


Modified: gnuradio/branches/developers/gnychis/inband/Makefile.common
===================================================================
--- gnuradio/branches/developers/gnychis/inband/Makefile.common 2007-05-01 
20:16:37 UTC (rev 5209)
+++ gnuradio/branches/developers/gnychis/inband/Makefile.common 2007-05-01 
21:35:31 UTC (rev 5210)
@@ -76,7 +76,7 @@
 USRP_INCLUDES = -I$(top_srcdir)/usrp/host/lib/legacy \
                -I$(top_srcdir)/usrp/host/lib/inband \
                -I$(top_srcdir)/usrp/firmware/include
-USRP_LA = $(top_builddir)/usrp/host/lib/libusrp.la
+USRP_LA = $(top_builddir)/usrp/host/lib/legacy/libusrp.la
 
 # How to link the PMT library from inside the tree
 PMT_INCLUDES = -I$(top_srcdir)/pmt/src/lib

Modified: gnuradio/branches/developers/gnychis/inband/usrp/host/apps/Makefile.am
===================================================================
--- gnuradio/branches/developers/gnychis/inband/usrp/host/apps/Makefile.am      
2007-05-01 20:16:37 UTC (rev 5209)
+++ gnuradio/branches/developers/gnychis/inband/usrp/host/apps/Makefile.am      
2007-05-01 21:35:31 UTC (rev 5210)
@@ -23,7 +23,7 @@
 
 INCLUDES = $(USRP_INCLUDES) $(BOOST_CFLAGS)
 
-USRP_LIB = $(top_builddir)/usrp/host/lib/libusrp.la
+USRP_LIB = $(top_builddir)/usrp/host/lib/legacy/libusrp.la
 
 bin_PROGRAMS =                         \
        usrper                          \

Modified: gnuradio/branches/developers/gnychis/inband/usrp/host/swig/Makefile.am
===================================================================
--- gnuradio/branches/developers/gnychis/inband/usrp/host/swig/Makefile.am      
2007-05-01 20:16:37 UTC (rev 5209)
+++ gnuradio/branches/developers/gnychis/inband/usrp/host/swig/Makefile.am      
2007-05-01 21:35:31 UTC (rev 5210)
@@ -64,7 +64,7 @@
 
 noinst_HEADERS =
 
-_usrp_prims_la_LIBADD  = $(top_builddir)/usrp/host/lib/libusrp.la -lstdc++ 
$(PYTHON_LDFLAGS)
+_usrp_prims_la_LIBADD  = $(top_builddir)/usrp/host/lib/legacy/libusrp.la 
-lstdc++ $(PYTHON_LDFLAGS)
 _usrp_prims_la_LDFLAGS = $(NO_UNDEFINED) -module -avoid-version
 
 





reply via email to

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