summaryrefslogtreecommitdiff
path: root/omnithread
diff options
context:
space:
mode:
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>2007-10-10 11:46:53 +0000
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>2007-10-10 11:46:53 +0000
commitc3afdef49407739ab106cae31b0899eaaf32aacc (patch)
tree3509dc3e5ccf5a8d0576a9aacd5d0ba79d152a70 /omnithread
parent577d40edc52e303a2594b3b51bd22a4927878273 (diff)
Tweaks to Debian packaging.
Added .so versioning where needed (libpmt, libmblock, libgromnithread) to allow automated dependency checking. Reverted (perhaps temporarily) to '3.0.svn' version numbering as the '~' trick wasn't working with Ubuntu Note: the -dev packages don't seem to be sufficient to compile the gr-howto-write-a-block module, so still debugging. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6610 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'omnithread')
-rw-r--r--omnithread/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnithread/Makefile.am b/omnithread/Makefile.am
index 526cae0e9f..dfbb3b3d35 100644
--- a/omnithread/Makefile.am
+++ b/omnithread/Makefile.am
@@ -44,7 +44,7 @@ libgromnithread_la_SOURCES = \
nt.cc
endif
-libgromnithread_la_LDFLAGS = $(NO_UNDEFINED) -avoid-version
+libgromnithread_la_LDFLAGS = $(NO_UNDEFINED)
libgromnithread_la_LIBADD = \
$(PTHREAD_LIBS)