diff options
author | Johnathan Corgan | 2010-05-30 23:09:57 -0700 |
---|---|---|
committer | Johnathan Corgan | 2010-05-30 23:09:57 -0700 |
commit | 8aea15e3a93821bdc43e9376cc27f3ab0ed48e87 (patch) | |
tree | 1d26f09c2cb08b25e06f8a060660ff3cf18dd30c | |
parent | edb46cf12cc2a7327b1d6d4dd9422b8f0f3529cc (diff) | |
download | gnuradio-8aea15e3a93821bdc43e9376cc27f3ab0ed48e87.tar.gz gnuradio-8aea15e3a93821bdc43e9376cc27f3ab0ed48e87.tar.bz2 gnuradio-8aea15e3a93821bdc43e9376cc27f3ab0ed48e87.zip |
gr-uhd: make versioned libraries
-rw-r--r-- | gr-uhd/lib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-uhd/lib/Makefile.am b/gr-uhd/lib/Makefile.am index d4363406b..2ac4cc2e6 100644 --- a/gr-uhd/lib/Makefile.am +++ b/gr-uhd/lib/Makefile.am @@ -37,6 +37,8 @@ libgnuradio_uhd_la_LIBADD = \ $(GNURADIO_CORE_LA) \ $(UHD_LIBS) +libgnuradio_uhd_la_LDFLAGS = $(LTVERSIONFLAGS) + grinclude_HEADERS = \ uhd_simple_source.h \ uhd_simple_sink.h |