diff options
author | jcorgan | 2006-08-06 04:31:17 +0000 |
---|---|---|
committer | jcorgan | 2006-08-06 04:31:17 +0000 |
commit | 951966ca64fc1ddd24889f6318c8c8794657cfba (patch) | |
tree | 610eb170a28db4cc195354594ad510bd7423593d /usrp/host/lib | |
parent | db1b2f7c85600ffd108bd69a381505e0e7223a8a (diff) | |
download | gnuradio-951966ca64fc1ddd24889f6318c8c8794657cfba.tar.gz gnuradio-951966ca64fc1ddd24889f6318c8c8794657cfba.tar.bz2 gnuradio-951966ca64fc1ddd24889f6318c8c8794657cfba.zip |
Partial fix for ticket 10 merged into trunk from
branches/developers/jcorgan/ticket-10
As of this merge the trunk and the above branch are identical.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3182 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp/host/lib')
-rw-r--r-- | usrp/host/lib/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usrp/host/lib/Makefile.am b/usrp/host/lib/Makefile.am index e2086bc2c..eff038460 100644 --- a/usrp/host/lib/Makefile.am +++ b/usrp/host/lib/Makefile.am @@ -17,7 +17,10 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -INCLUDES = -I$(top_srcdir)/usrp/firmware/include + +include $(top_srcdir)/Makefile.common + +INCLUDES = $(USRP_INCLUDES) lib_LTLIBRARIES = libusrp.la |