diff options
author | Thomas White <taw@physics.org> | 2010-09-24 18:25:49 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:59 +0100 |
commit | 8bb2c7e3f5f4cfe9793256c009f62b0289607332 (patch) | |
tree | c00a292d572d268eb6a108105edb7154ab97deb4 /Makefile.am | |
parent | 7b3e720829c62b63259b65ede4a4006e4417b32e (diff) |
Move stream handling functions to a separate module
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index daa4e174..111ec48d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,5 +9,6 @@ EXTRA_DIST = configure src/cell.h src/hdf5-file.h src/image.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 + data/sfac/S.nff data/sfac/f0_WaasKirf.dat src/render_hkl.h \ + src/stream.h SUBDIRS = src data doc scripts |