From b1201e542c68eab6247de66a3460914b625d9302 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 4 Mar 2010 00:15:06 -0500 Subject: Version 0.2. --- configure.ac | 2 +- src/Makefile.am | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 89212b8..d81b8e6 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl License along with this program. If not, see dnl . AC_PREREQ(2.65) -AC_INIT(The Sandglass Library, 0.1, tavianator@gmail.com, libsandglass) +AC_INIT(The Sandglass Library, 0.2, tavianator@gmail.com, libsandglass) AM_INIT_AUTOMAKE([parallel-tests]) dnl Programs diff --git a/src/Makefile.am b/src/Makefile.am index 2838da8..d9a46da 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -38,6 +38,7 @@ if X86_64 libsandglass_la_SOURCES += x86_64/tsc-x86_64.s endif +libsandglass_la_LDFLAGS = -version-info 1:0:0 libsandglass_la_LIBADD = -lrt pkgconfigdir = $(libdir)/pkgconfig -- cgit v1.2.3