diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-10-10 15:20:07 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:02 +0100 |
commit | 5a9ad87cc6534c046d23347241fbbcf43b5e3715 (patch) | |
tree | fb3fa913324645d4409078d4ce63adf57345a04c /Makefile.in | |
parent | 33a8fc19c75323cc5447add5f268258ae518aff0 (diff) |
facetron: Use new thread pool
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 5a2466e5..cb24fdaa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -208,7 +208,7 @@ EXTRA_DIST = configure src/cell.h src/hdf5-file.h src/image.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/stream.h src/thread-pool.h SUBDIRS = src data doc doc/examples scripts all: config.h |