summaryrefslogtreecommitdiff
path: root/omnithread
diff options
context:
space:
mode:
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>2007-02-15 18:35:18 +0000
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>2007-02-15 18:35:18 +0000
commite10941aa8714b9df39c7159f511cdc4612b59ddb (patch)
treee51e1117f6b86f777c9bfff09fdf3cfd5f9c4086 /omnithread
parent68f156c493d305a6ed185314850273701ac37bb4 (diff)
Merged r4456:4483 from jcorgan/ticket-138 into trunk. Fixes ticket:138.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4484 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'omnithread')
-rw-r--r--omnithread/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/omnithread/Makefile.am b/omnithread/Makefile.am
index 2eac4c920c..edf9c3c246 100644
--- a/omnithread/Makefile.am
+++ b/omnithread/Makefile.am
@@ -44,6 +44,8 @@ libgromnithread_la_SOURCES = \
nt.cc
endif
+libgromnithread_la_LDFLAGS = $(NO_UNDEFINED) -avoid-version
+
libgromnithread_la_LIBADD = \
$(PTHREAD_LIBS)