diff options
author | Thomas White <taw@bitwiz.org.uk> | 2009-12-21 00:32:03 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2009-12-21 00:32:03 +0100 |
commit | 2bb5a67454a3e5743b7571cae178553fb804e750 (patch) | |
tree | 2122b78b13f2b32a8484c3ae0afbfa2fa6bb0614 /src/Makefile.am | |
parent | 563b05331db465e0e5ef0434de79e2cc06674d63 (diff) |
Show the values of string datasets as well
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 758fcc35..bb192be1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,7 +17,7 @@ process_hkl_SOURCES = process_hkl.c sfac.c statistics.c cell.c utils.c \ process_hkl_LDADD = @LIBS@ if HAVE_GTK -hdfsee_SOURCES = hdfsee.c displaywindow.c render.c hdf5-file.c +hdfsee_SOURCES = hdfsee.c displaywindow.c render.c hdf5-file.c utils.c hdfsee_LDADD = @LIBS@ endif |