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 /src/Makefile.am | |
parent | 79d0dd0f54d459467dfe88fba68d4b64a461c187 (diff) | |
download | libsandglass-b1201e542c68eab6247de66a3460914b625d9302.tar.xz |
Version 0.2.v0.2
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |