summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-03-04 00:15:06 -0500
committerTavian Barnes <tavianator@gmail.com>2010-03-04 00:15:06 -0500
commitb1201e542c68eab6247de66a3460914b625d9302 (patch)
tree1669a6239df8b3aca63c1cab7f4586020d42de9c
parent79d0dd0f54d459467dfe88fba68d4b64a461c187 (diff)
downloadlibsandglass-b1201e542c68eab6247de66a3460914b625d9302.tar.xz
Version 0.2.v0.2
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am1
2 files changed, 2 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
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