commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r4637 - gnuradio/branches/developers/jcorgan/linking


From: jcorgan
Subject: [Commit-gnuradio] r4637 - gnuradio/branches/developers/jcorgan/linking
Date: Sun, 25 Feb 2007 18:19:45 -0700 (MST)

Author: jcorgan
Date: 2007-02-25 18:19:45 -0700 (Sun, 25 Feb 2007)
New Revision: 4637

Modified:
   gnuradio/branches/developers/jcorgan/linking/Makefile.common
Log:
Missed one definition.

Modified: gnuradio/branches/developers/jcorgan/linking/Makefile.common
===================================================================
--- gnuradio/branches/developers/jcorgan/linking/Makefile.common        
2007-02-26 01:05:26 UTC (rev 4636)
+++ gnuradio/branches/developers/jcorgan/linking/Makefile.common        
2007-02-26 01:19:45 UTC (rev 4637)
@@ -67,7 +67,7 @@
 # How to link in the USRP library from inside the tree
 USRP_INCLUDES = -I$(top_srcdir)/usrp/host/lib \
                -I$(top_srcdir)/usrp/firmware/include
-USRP_LA = -L$(top_builddir)/usrp/host/lib -lusrp
+USRP_LA = $(top_builddir)/usrp/host/lib/libusrp.la
 
 # How to link the PMT library from inside the tree
 PMT_INCLUDES = -I$(top_srcdir)/pmt/src/lib





reply via email to

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