From f101b311bee3b18c5340e99d1fd7f199cba59bfe Mon Sep 17 00:00:00 2001 From: Tushar Gohad Date: Sun, 29 Jun 2014 20:34:53 -0700 Subject: autoconf: Tell libtool about libXorcore version Signed-off-by: Tushar Gohad --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ce71d88..39d211a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,9 @@ libXorcode_la_SOURCES = \ src/builtin/xor_codes/xor_code.c \ src/builtin/xor_codes/xor_hd_code.c +# Version format (C - A).(A).(R) for C:R:A input +libXorcode_la_LDFLAGS = -rpath '$(libdir)' -version-info 1:1:0 + liberasurecode_la_SOURCES = \ src/main.c \ src/backends/xor/flat_xor_3.c \ -- cgit v1.2.1