From 4df72ec2f63128efda616506e80a66aa7315f94c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 25 Jul 2008 22:05:01 +0200 Subject: set version info from configure script --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 040029b..997099a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,7 +51,7 @@ sktest_LDADD = \ libatasmart_la_SOURCES = \ atasmart.strpool.c atasmart.h libatasmart_la_LDFLAGS = \ - -version-info 0:0:0 + -version-info $(LIBATASMART_VERSION_INFO) strpool_SOURCES = \ strpool.c -- cgit