diff options
author | eb | 2009-05-13 05:29:11 +0000 |
---|---|---|
committer | eb | 2009-05-13 05:29:11 +0000 |
commit | 18f685853b2bf1914148cb07a9c6df76f5063ff3 (patch) | |
tree | a7ccf538ab32d7303cd512486f371f1907b5eae9 /usrp/host | |
parent | e0e7ced246fda96649980b7a35171e35fac76332 (diff) | |
download | gnuradio-18f685853b2bf1914148cb07a9c6df76f5063ff3.tar.gz gnuradio-18f685853b2bf1914148cb07a9c6df76f5063ff3.tar.bz2 gnuradio-18f685853b2bf1914148cb07a9c6df76f5063ff3.zip |
Fixes ticket:364, ticket:365. Merged eb/t364 -r11015:11017 to trunk.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11018 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp/host')
-rw-r--r-- | usrp/host/misc/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usrp/host/misc/Makefile.am b/usrp/host/misc/Makefile.am index c201735ca..45c940f67 100644 --- a/usrp/host/misc/Makefile.am +++ b/usrp/host/misc/Makefile.am @@ -19,6 +19,8 @@ # Boston, MA 02110-1301, USA. # +include $(top_srcdir)/Makefile.common + EXTRA_DIST = \ getopt.c getopt.h \ gettimeofday.c \ |