aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-12-16 11:11:21 -0800
committerThomas White <taw@bitwiz.org.uk>2009-12-16 11:11:21 -0800
commitb49747a1996ec73221c20175a04def8ca5b19e12 (patch)
tree76e80e3a446b4d36b6067ffbcbb34c56352f64c0
parentbd8032bb42df52c7c2c33b76bf8904db714cf395 (diff)
Fix configure scripts
-rw-r--r--Makefile.am4
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index c99ab44a..8a068240 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,6 @@
EXTRA_DIST = configure src/cell.h src/hdf5-file.h src/image.h src/relrod.h \
src/utils.h src/diffraction.h src/detector.h src/ewald.h \
- src/sfac.h src/intensities.h src/reflections.h
+ src/sfac.h src/intensities.h src/reflections.h src/list_tmp.h \
+ src/statistics.h src/displaywindow.h src/render.h src/hdfsee.h \
+ data/displaywindow.ui
SUBDIRS = src data
diff --git a/configure.ac b/configure.ac
index 1005c613..7cdf50e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(pattern_sim, 0.1.0, thomas.white@desy.de)
+AC_INIT(crystfel, 0.1.0, taw@physics.org)
VERSION=AC_PACKAGE_VERSION
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(pattern_sim, "$VERSION")
+AM_INIT_AUTOMAKE(crystfel, "$VERSION")
AC_PROG_CC
AC_PROG_AWK