r591: Added Center-Detector length to scanning and reconstruction
[ctsim.git] / libctsim / Makefile.am
index b9321783b64761f55f0b1437408c509797cb9798..cbcacb4f84ebd3545c0f5fa12641484d030c4bc6 100644 (file)
@@ -1,6 +1,6 @@
 noinst_LIBRARIES = libctsim.a 
-libctsim_a_SOURCES = filter.cpp scanner.cpp projections.cpp phantom.cpp imagefile.cpp backprojectors.cpp
+libctsim_a_SOURCES = filter.cpp scanner.cpp projections.cpp phantom.cpp imagefile.cpp backprojectors.cpp array2dfile.cpp trace.cpp procsignal.cpp reconstruct.cpp fourier.cpp globalvars.cpp ctndicom.cpp
+
 
 INCLUDES=@my_includes@
 EXTRA_DIST=Makefile.nt
-