aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-03-06 16:17:07 +0100
committerThomas White <taw@physics.org>2012-03-06 16:17:07 +0100
commita4ab18ed5fb5be7e9331215fcf6381a8edb6abf7 (patch)
treeca4c4499d343b7dadf63143a06e375f82b44ce2c
parent8a314b6b40b20bb0d908df0f1af8e2f6292c1b0f (diff)
Add version info to library
-rw-r--r--libcrystfel/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/Makefile.am b/libcrystfel/Makefile.am
index 4f1390dd..a86b7786 100644
--- a/libcrystfel/Makefile.am
+++ b/libcrystfel/Makefile.am
@@ -1,5 +1,6 @@
lib_LTLIBRARIES = libcrystfel.la
libcrystfel_la_LIBADD = @LIBCRYSTFEL_LIBS@
+libcrystfel_la_LDFLAGS = -version-info=0:0:0
libcrystfel_la_SOURCES = src/reflist.c src/utils.c src/cell.c src/detector.c \
src/thread-pool.c src/image.c src/hdf5-file.c \