commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r10020 - gnuradio/branches/features/cppdb/gnuradio-exa


From: jcorgan
Subject: [Commit-gnuradio] r10020 - gnuradio/branches/features/cppdb/gnuradio-examples/c++/usrp_test
Date: Wed, 19 Nov 2008 11:16:53 -0700 (MST)

Author: jcorgan
Date: 2008-11-19 11:16:52 -0700 (Wed, 19 Nov 2008)
New Revision: 10020

Modified:
   gnuradio/branches/features/cppdb/gnuradio-examples/c++/usrp_test/Makefile.am
Log:
Change to work with boost library name on Ubuntu 8.10.  Before merge, this must 
be properly autoconfiscated use the boost m4 macros.

Modified: 
gnuradio/branches/features/cppdb/gnuradio-examples/c++/usrp_test/Makefile.am
===================================================================
--- 
gnuradio/branches/features/cppdb/gnuradio-examples/c++/usrp_test/Makefile.am    
    2008-11-19 00:18:33 UTC (rev 10019)
+++ 
gnuradio/branches/features/cppdb/gnuradio-examples/c++/usrp_test/Makefile.am    
    2008-11-19 18:16:52 UTC (rev 10020)
@@ -47,7 +47,7 @@
     usrp_test_rx.cc
 
 usrp_test_rx_LDADD = \
-       -lboost_program_options-gcc43-mt \
+       -lboost_program_options-gcc43-mt-1_35 \
        $(GR_USRP_LA)
 #      $(GNURADIO_CORE_LA)
 
@@ -56,6 +56,7 @@
     usrp_test_tx.cc
 
 usrp_test_tx_LDADD = \
+       -lboost_program_options-gcc43-mt-1_35 \
        $(GR_USRP_LA)
 
 MOSTLYCLEANFILES = *~





reply via email to

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