diff options
author | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-09-05 20:18:28 +0000 |
---|---|---|
committer | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-09-05 20:18:28 +0000 |
commit | 73b85d7840a0694b9deafc75e081dd67cb935169 (patch) | |
tree | c8d4f6c40275bf2c7d9fd7e35604b719d80ad62a /usrp/host/Makefile.am | |
parent | bdae13c6aae7a5190e25dfb41e546382e9c6def3 (diff) |
Merged eb/usrp-la r6317:6320 into trunk. This deborks the dependency
on usrp-inband that was introduced in [6307].
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6321 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp/host/Makefile.am')
-rw-r--r-- | usrp/host/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usrp/host/Makefile.am b/usrp/host/Makefile.am index 9b72209cf6..1716f513d4 100644 --- a/usrp/host/Makefile.am +++ b/usrp/host/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2001 Free Software Foundation, Inc. +# Copyright 2001,2007 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -19,5 +19,5 @@ # Boston, MA 02110-1301, USA. # -SUBDIRS = misc lib swig apps +SUBDIRS = misc lib swig apps apps-inband |