diff options
author | Thomas White <taw@physics.org> | 2011-11-15 17:54:16 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:41 +0100 |
commit | d2d8f12e07f4d9c5d096936a67301f03e83e29e9 (patch) | |
tree | ef5036734648ab311c5ec0699a1ebfc51d7fe011 /libcrystfel/Makefile.am | |
parent | 493e74ca02d4afe767e44bc42eb05e8029a8776d (diff) |
Don't pull GNUlib into shared library
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 5a876427..1dc9258f 100644 --- a/libcrystfel/Makefile.am +++ b/libcrystfel/Makefile.am @@ -1,5 +1,5 @@ lib_LTLIBRARIES = libcrystfel.la -libcrystfel_la_LIBADD = $(top_builddir)/lib/libgnu.a @LIBCRYSTFEL_LIBS@ +libcrystfel_la_LIBADD = @LIBCRYSTFEL_LIBS@ 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 \ |