diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-01-16 18:23:31 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:11 +0100 |
commit | 63dc461a73ba698ccbab42ae3d4427810b1af14e (patch) | |
tree | 7dfdab8d4d0b30269e718ec95f18141af54f3e82 /Makefile.am | |
parent | 63039a76484b181e18a76144f7c38b1467dd861b (diff) |
Use gl_IGNORE_UNUSED_LIBRARIES
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 f8a8c514..80992e54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ endif AM_CFLAGS = -Wall AM_CPPFLAGS = -DDATADIR=\""$(datadir)"\" -I$(top_builddir)/lib -I$(top_srcdir)/lib -LDADD = $(top_builddir)/lib/libgnu.a +LDADD = $(top_builddir)/lib/libgnu.a @IGNORE_UNUSED_LIBRARIES_CFLAGS@ src_pattern_sim_SOURCES = src/pattern_sim.c src/diffraction.c src/utils.c \ src/image.c src/cell.c src/hdf5-file.c \ |