aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/Makefile.am
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-11-15 17:19:47 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:41 +0100
commitd3ec66174fbfcb3780e106ca25134fd58a45506c (patch)
tree1734f11b4149d9d49ff085633ecbe15f3f4cf2d7 /libcrystfel/Makefile.am
parentc4c3127127ce984896c1af10da82e69dca2a632f (diff)
Remove libcrystfel dependency on GTK et al.
Diffstat (limited to 'libcrystfel/Makefile.am')
-rw-r--r--libcrystfel/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/Makefile.am b/libcrystfel/Makefile.am
index 40846412..e813699b 100644
--- a/libcrystfel/Makefile.am
+++ b/libcrystfel/Makefile.am
@@ -1,4 +1,5 @@
-lib_LTLIBRARIES = libcrystfel.la
+lib_LTLIBRARIES = libcrystfel.la
+LDADD = $(top_builddir)/lib/libgnu.a @IGNORE_UNUSED_LIBRARIES_CFLAGS@
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 \