From b49747a1996ec73221c20175a04def8ca5b19e12 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 16 Dec 2009 11:11:21 -0800 Subject: Fix configure scripts --- Makefile.am | 4 +++- configure.ac | 4 ++-- 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 -- cgit v1.2.3