diff options
author | Tom Rondeau | 2011-01-23 12:24:36 -0500 |
---|---|---|
committer | Tom Rondeau | 2011-01-23 12:24:36 -0500 |
commit | e97658eca9df698682a70fc96e8644b4e229e4b9 (patch) | |
tree | 65a9c868fdecedaffeb6f53f2ca2d2b2abfeb6c2 /gnuradio-core/src/lib/runtime/Makefile.am | |
parent | ebb0f56da62e9ff16928b32cc525f24c93a99e0b (diff) | |
parent | d65ae4249bf709d0e4062ef2825bef28ff77492a (diff) | |
download | gnuradio-e97658eca9df698682a70fc96e8644b4e229e4b9.tar.gz gnuradio-e97658eca9df698682a70fc96e8644b4e229e4b9.tar.bz2 gnuradio-e97658eca9df698682a70fc96e8644b4e229e4b9.zip |
Merge branch 'mergeme/misc/mkdir_simplification' of git://gnuradio.org/jblum into mergeme/misc/mkdir_simplification
Diffstat (limited to 'gnuradio-core/src/lib/runtime/Makefile.am')
-rw-r--r-- | gnuradio-core/src/lib/runtime/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnuradio-core/src/lib/runtime/Makefile.am b/gnuradio-core/src/lib/runtime/Makefile.am index 3dd2b42f5..eca92e526 100644 --- a/gnuradio-core/src/lib/runtime/Makefile.am +++ b/gnuradio-core/src/lib/runtime/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2003,2004,2007,2008,2009,2010 Free Software Foundation, Inc. +# Copyright 2003,2004,2007,2008,2009,2010,2011 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -58,7 +58,7 @@ libruntime_la_SOURCES = \ gr_sync_block.cc \ gr_sync_decimator.cc \ gr_sync_interpolator.cc \ - gr_tmp_path.cc \ + gr_sys_paths.cc \ gr_top_block.cc \ gr_top_block_impl.cc \ gr_tpb_detail.cc \ @@ -121,7 +121,7 @@ grinclude_HEADERS = \ gr_tpb_detail.h \ gr_tpb_thread_body.h \ gr_timer.h \ - gr_tmp_path.h \ + gr_sys_paths.h \ gr_types.h \ gr_unittests.h \ gr_vmcircbuf.h \ |