X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsim%2FMakefile.am;h=edf7b8b16e8030c3106a3ec052e856ee80d24123;hp=89718512aaae72b044628b213b6088e3371a1244;hb=e8462f7431582627e44906239077f1c696eefba1;hpb=0b7751a41a5a51daa7f919e5ba492a5f629c1393 diff --git a/libctsim/Makefile.am b/libctsim/Makefile.am index 8971851..edf7b8b 100644 --- a/libctsim/Makefile.am +++ b/libctsim/Makefile.am @@ -1,5 +1,7 @@ noinst_LIBRARIES = libctsim.a -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 - -INCLUDES=@my_includes@ +AM_CPPFLAGS=@my_includes@ EXTRA_DIST=Makefile.nt + +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 + +