summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime
diff options
context:
space:
mode:
authorTom Rondeau2011-10-19 17:37:19 -0700
committerTom Rondeau2011-10-19 17:37:19 -0700
commitb0748f4a1605c74c473c434d0a366d2e72c152ce (patch)
tree0731b0a58452e27336bea1c7434f0b4a8cb07f76 /gnuradio-core/src/lib/runtime
parentc1721c76bd67962a1d29e520dfea0789a14d0aa9 (diff)
downloadgnuradio-b0748f4a1605c74c473c434d0a366d2e72c152ce.tar.gz
gnuradio-b0748f4a1605c74c473c434d0a366d2e72c152ce.tar.bz2
gnuradio-b0748f4a1605c74c473c434d0a366d2e72c152ce.zip
Fixed Makefile.am trailing backslash for autofoo build.
Diffstat (limited to 'gnuradio-core/src/lib/runtime')
-rw-r--r--gnuradio-core/src/lib/runtime/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/lib/runtime/Makefile.am b/gnuradio-core/src/lib/runtime/Makefile.am
index b4a59337e..d4233e1ba 100644
--- a/gnuradio-core/src/lib/runtime/Makefile.am
+++ b/gnuradio-core/src/lib/runtime/Makefile.am
@@ -68,7 +68,7 @@ libruntime_la_SOURCES = \
gr_vmcircbuf_mmap_tmpfile.cc \
gr_vmcircbuf_createfilemapping.cc \
gr_vmcircbuf_sysv_shm.cc \
- gr_select_handler.cc \
+ gr_select_handler.cc
libruntime_qa_la_SOURCES = \
qa_gr_block.cc \