summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime/Makefile.am
diff options
context:
space:
mode:
authorTom Rondeau2011-01-23 12:38:13 -0500
committerTom Rondeau2011-01-23 12:38:13 -0500
commit0bc402f938a4aa2504b606811a3c80d2c5ea75af (patch)
tree02ef0c374674564618a19e0b0ac58a57389c88b6 /gnuradio-core/src/lib/runtime/Makefile.am
parentf0001a8f872a6ac34c7607278ca195620b598b4f (diff)
parente97658eca9df698682a70fc96e8644b4e229e4b9 (diff)
downloadgnuradio-0bc402f938a4aa2504b606811a3c80d2c5ea75af.tar.gz
gnuradio-0bc402f938a4aa2504b606811a3c80d2c5ea75af.tar.bz2
gnuradio-0bc402f938a4aa2504b606811a3c80d2c5ea75af.zip
Merge branch 'mergeme/misc/mkdir_simplification' into next
Diffstat (limited to 'gnuradio-core/src/lib/runtime/Makefile.am')
-rw-r--r--gnuradio-core/src/lib/runtime/Makefile.am6
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 \