diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-07-31 12:05:14 -0700 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2012-07-31 12:31:03 -0700 |
commit | 7903f6c31f7a13c26d97bdf1f7791c5b5804ea84 (patch) | |
tree | 9e24d95b2a13782f3dd3eb8b79b20b9984303b33 /libcrystfel/Makefile.am | |
parent | 1407c7f05a3dfd491aab716113131a8456e9e834 (diff) |
This is CrystFEL 0.4.00.4.0
Diffstat (limited to 'libcrystfel/Makefile.am')
-rw-r--r-- | libcrystfel/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/Makefile.am b/libcrystfel/Makefile.am index bd84ceff..d55f6e74 100644 --- a/libcrystfel/Makefile.am +++ b/libcrystfel/Makefile.am @@ -1,6 +1,6 @@ lib_LTLIBRARIES = libcrystfel.la libcrystfel_la_LIBADD = ../lib/libgnu.la @LIBCRYSTFEL_LIBS@ -libcrystfel_la_LDFLAGS = -version-info=0:0:0 +libcrystfel_la_LDFLAGS = -version-info 1: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 \ |