diff options
author | jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-10-10 11:46:53 +0000 |
---|---|---|
committer | jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-10-10 11:46:53 +0000 |
commit | c3afdef49407739ab106cae31b0899eaaf32aacc (patch) | |
tree | 3509dc3e5ccf5a8d0576a9aacd5d0ba79d152a70 /pmt | |
parent | 577d40edc52e303a2594b3b51bd22a4927878273 (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 'pmt')
-rw-r--r-- | pmt/src/lib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pmt/src/lib/Makefile.am b/pmt/src/lib/Makefile.am index ab23586c1d..6928604080 100644 --- a/pmt/src/lib/Makefile.am +++ b/pmt/src/lib/Makefile.am @@ -67,7 +67,7 @@ libpmt_la_SOURCES = \ pmt_unv.cc # magic flags -libpmt_la_LDFLAGS = $(NO_UNDEFINED) -avoid-version +libpmt_la_LDFLAGS = $(NO_UNDEFINED) # link the library against the c++ standard library libpmt_la_LIBADD = \ @@ -94,7 +94,7 @@ libpmt_qa_la_SOURCES = \ qa_pmt_unv.cc # magic flags -libpmt_qa_la_LDFLAGS = $(NO_UNDEFINED) -avoid-version +libpmt_qa_la_LDFLAGS = $(NO_UNDEFINED) -avoid version libpmt_qa_la_LIBADD = \ libpmt.la \ |