diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-03-04 00:15:06 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-03-04 00:15:06 -0500 |
commit | b1201e542c68eab6247de66a3460914b625d9302 (patch) | |
tree | 1669a6239df8b3aca63c1cab7f4586020d42de9c | |
parent | 79d0dd0f54d459467dfe88fba68d4b64a461c187 (diff) | |
download | libsandglass-b1201e542c68eab6247de66a3460914b625d9302.tar.xz |
Version 0.2.v0.2
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/Makefile.am | 1 |
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 |