diff options
author | Thomas White <taw@physics.org> | 2012-05-30 15:43:45 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-05-30 15:43:45 +0200 |
commit | 781b32aa84eb9fb3092636beb3f6e4fee43add6c (patch) | |
tree | 541462a82463dbc4ec08c247e33e696d182ef3e3 /Makefile.am | |
parent | 0dfd0b1c2c8040bc2e609cdcb8968cad88b79ed2 (diff) |
Reconfigure Gnulib with --libtool (and update to latest)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6460d8fb..f093d39a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,7 @@ endif AM_CFLAGS = -Wall @MAIN_CFLAGS@ AM_CPPFLAGS = -DDATADIR=\""$(datadir)"\" -I$(top_builddir)/lib AM_CPPFLAGS += -I$(top_srcdir)/lib -LDADD = $(top_builddir)/lib/libgnu.a @IGNORE_UNUSED_LIBRARIES_CFLAGS@ +LDADD = $(top_builddir)/lib/libgnu.la @IGNORE_UNUSED_LIBRARIES_CFLAGS@ LDADD += $(top_builddir)/libcrystfel/libcrystfel.la @MAIN_LIBS@ src_partial_sim_SOURCES = src/partial_sim.c |