Fix bugs, fix older cruft
[ctsim.git] / libctsim / Makefile.am
index 70b8fa5afc30e4c5dfa264f59beef92c51594b86..303da929d43e10b33609021011453aacb9ab1526 100644 (file)
@@ -1,6 +1,6 @@
 noinst_LIBRARIES = libctsim.a 
-libctsim_a_SOURCES = filter.cpp scanner.cpp projections.cpp phantom.cpp options.cpp imagefile.cpp reconstr.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 ctndicom.cpp
+
 
 INCLUDES=@my_includes@
 EXTRA_DIST=Makefile.nt
-