aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/Makefile.am
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-01-20 12:21:15 -0800
committerThomas White <taw@physics.org>2012-02-22 15:27:43 +0100
commitc4f05988a711b205e40e1d2fda2a975368194376 (patch)
treebc872598268aed2c94d6004cd020b519bc7b12d0 /libcrystfel/Makefile.am
parentf10be4ef3809425d665feb9428c7da1138914282 (diff)
Compile libcrystfel with -fPIC
Diffstat (limited to 'libcrystfel/Makefile.am')
-rw-r--r--libcrystfel/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/Makefile.am b/libcrystfel/Makefile.am
index 1dc9258f..39b92bde 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 = -fPIC
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 \