commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r5489 - gnuradio/branches/developers/gnychis/inband/us


From: gnychis
Subject: [Commit-gnuradio] r5489 - gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband
Date: Thu, 17 May 2007 19:08:55 -0600 (MDT)

Author: gnychis
Date: 2007-05-17 19:08:54 -0600 (Thu, 17 May 2007)
New Revision: 5489

Modified:
   gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/Makefile.am
Log:
fixed linking problem to the USRP libraries


Modified: 
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/Makefile.am
===================================================================
--- 
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/Makefile.am    
    2007-05-18 00:55:43 UTC (rev 5488)
+++ 
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/Makefile.am    
    2007-05-18 01:08:54 UTC (rev 5489)
@@ -55,7 +55,6 @@
        $(USRP_LA)                              \
        -lstdc++
 
-
 include_HEADERS =                      \
        usrp_server.h                   
 
@@ -83,6 +82,7 @@
 libusrp_inband_qa_la_LIBADD =          \
        libusrp_inband.la               \
        $(CPPUNIT_LIBS)                 \
+       $(USRP_LA)                                      \
        -lstdc++
 
 # ------------------------------------------------------------------------





reply via email to

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