diff options
author | Thomas White <taw@physics.org> | 2011-11-15 17:51:40 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:41 +0100 |
commit | 493e74ca02d4afe767e44bc42eb05e8029a8776d (patch) | |
tree | f18a25b3a1aced645443cb5828d7448241ebcf44 | |
parent | 4c65ae0588c789e9f15eb1f0c324224301082263 (diff) |
Make sure relevant libraries get pulled in to libcrystfel
-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 05532ab8..5a876427 100644 --- a/libcrystfel/Makefile.am +++ b/libcrystfel/Makefile.am @@ -1,5 +1,5 @@ lib_LTLIBRARIES = libcrystfel.la -LDADD = $(top_builddir)/lib/libgnu.a @LIBCRYSTFEL_LIBS@ +libcrystfel_la_LIBADD = $(top_builddir)/lib/libgnu.a @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 \ |