summaryrefslogtreecommitdiff
path: root/vrt/lib
diff options
context:
space:
mode:
authorJohnathan Corgan2010-05-30 23:11:00 -0700
committerJohnathan Corgan2010-05-30 23:11:00 -0700
commit48d04419f5de8309e7f26cca15c1ba1a70d8ea7b (patch)
treebda1fea173c5de2ab21c2e3acbabdee601e8baba /vrt/lib
parent8aea15e3a93821bdc43e9376cc27f3ab0ed48e87 (diff)
downloadgnuradio-48d04419f5de8309e7f26cca15c1ba1a70d8ea7b.tar.gz
gnuradio-48d04419f5de8309e7f26cca15c1ba1a70d8ea7b.tar.bz2
gnuradio-48d04419f5de8309e7f26cca15c1ba1a70d8ea7b.zip
vrt: make versioned libraries
Diffstat (limited to 'vrt/lib')
-rw-r--r--vrt/lib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/vrt/lib/Makefile.am b/vrt/lib/Makefile.am
index 303384c6e..4873c979d 100644
--- a/vrt/lib/Makefile.am
+++ b/vrt/lib/Makefile.am
@@ -38,6 +38,8 @@ libvrt_la_SOURCES = \
libvrt_la_LIBADD =
+libvrt_la_LDFLAGS = $(LTVERSIONFLAGS)
+
# Private headers not needed for above the API development
noinst_HEADERS = \
data_handler.h \