From 48d04419f5de8309e7f26cca15c1ba1a70d8ea7b Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Sun, 30 May 2010 23:11:00 -0700 Subject: vrt: make versioned libraries --- vrt/lib/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vrt/lib') 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 \ -- cgit