From 8bb2c7e3f5f4cfe9793256c009f62b0289607332 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 24 Sep 2010 18:25:49 +0200 Subject: Move stream handling functions to a separate module --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3