diff options
author | Tom Rondeau | 2011-04-04 22:22:58 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-04-04 22:22:58 -0400 |
commit | a43ea214e1ccf8dd8f4420198ecb67884d64de46 (patch) | |
tree | 696c985ac867549e2f535798f5ebe8fea8536ec6 /usrp | |
parent | 2653d20527b9c8b431b9bfcd396bc2a03a8a950b (diff) | |
parent | eca5501969aa6175562b7e70b350cf3e6ddec603 (diff) | |
download | gnuradio-a43ea214e1ccf8dd8f4420198ecb67884d64de46.tar.gz gnuradio-a43ea214e1ccf8dd8f4420198ecb67884d64de46.tar.bz2 gnuradio-a43ea214e1ccf8dd8f4420198ecb67884d64de46.zip |
Merge branch 'master' into qtgui
Diffstat (limited to 'usrp')
-rw-r--r-- | usrp/host/misc/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usrp/host/misc/Makefile.am b/usrp/host/misc/Makefile.am index 935dc74b5..d238311e3 100644 --- a/usrp/host/misc/Makefile.am +++ b/usrp/host/misc/Makefile.am @@ -24,10 +24,8 @@ include $(top_srcdir)/Makefile.common EXTRA_DIST += \ getopt.c getopt.h \ gettimeofday.c \ - tempname.c mkstemp.c \ usleep.c noinst_LTLIBRARIES = libmisc.la libmisc_la_SOURCES = bug_work_around_8.cc -libmisc_la_LIBADD = @LTLIBOBJS@ |