diff options
author | Tom Rondeau | 2011-10-15 13:45:00 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-10-15 13:45:00 -0400 |
commit | 0d72c2c86f762279f944c576904d5c6af4895a7b (patch) | |
tree | 9587543e98a57c4cee4e547e27b80e51f8b78375 /gnuradio-core/src | |
parent | 9e22f254561137e9236460ce00bea525aa4d65f9 (diff) | |
download | gnuradio-0d72c2c86f762279f944c576904d5c6af4895a7b.tar.gz gnuradio-0d72c2c86f762279f944c576904d5c6af4895a7b.tar.bz2 gnuradio-0d72c2c86f762279f944c576904d5c6af4895a7b.zip |
build: needed boost_filesystem lib added (found under ubuntu 11.10; they're getting pickier).
Diffstat (limited to 'gnuradio-core/src')
-rw-r--r-- | gnuradio-core/src/lib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnuradio-core/src/lib/Makefile.am b/gnuradio-core/src/lib/Makefile.am index 4db2ff167..db2482479 100644 --- a/gnuradio-core/src/lib/Makefile.am +++ b/gnuradio-core/src/lib/Makefile.am @@ -1,4 +1,3 @@ -# # Copyright 2001,2004,2009,2010 Free Software Foundation, Inc. # # This file is part of GNU Radio @@ -55,7 +54,8 @@ libgnuradio_core_la_LIBADD = \ $(GRUEL_LA) \ $(FFTW3F_LIBS) \ $(GSL_LIBS) \ - $(CBLAS_LIBS) + $(CBLAS_LIBS) \ + $(BOOST_FILESYSTEM_LIB) libgnuradio_core_qa_la_LIBADD = \ filter/libfilter-qa.la \ |