diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-10-20 21:32:14 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:03 +0100 |
commit | 66d003e06152b1da64f28658818771ffa5999286 (patch) | |
tree | 4e68dad82aa735238fc97d9d208955c05d4161f6 /Makefile.am | |
parent | b326c7d0d308849ef291814eab5cf2923220f4ff (diff) |
Update build scripts
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am index 28617e06..16446702 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,14 +1,2 @@ -EXTRA_DIST = configure src/cell.h src/hdf5-file.h src/image.h \ - src/utils.h src/diffraction.h src/detector.h \ - src/sfac.h src/reflections.h src/list_tmp.h \ - src/statistics.h src/displaywindow.h src/render.h src/hdfsee.h \ - data/displaywindow.ui src/dirax.h src/peaks.h src/index.h \ - src/filters.h src/diffraction-gpu.h src/cl-utils.h \ - data/defs.h src/parameters-lcls.tmp \ - data/diffraction.cl src/symmetry.h \ - src/povray.h src/index-priv.h src/geometry.h src/templates.h \ - data/sfac/Ca.nff data/sfac/C.nff data/sfac/Fe.nff data/sfac/H.nff \ - data/sfac/Mg.nff data/sfac/N.nff data/sfac/O.nff data/sfac/P.nff \ - data/sfac/S.nff data/sfac/f0_WaasKirf.dat src/render_hkl.h \ - src/stream.h src/thread-pool.h +EXTRA_DIST = configure SUBDIRS = src data doc doc/examples scripts |