diff options
Diffstat (limited to 'vrt/lib')
-rw-r--r-- | vrt/lib/Makefile.am | 2 |
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 \ |