X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=libctsim%2FMakefile.am;h=edf7b8b16e8030c3106a3ec052e856ee80d24123;hb=0219ede69e1c3afc6e160b8f276bfd4617acbc08;hp=6666cdc021edf295e88a3c0cbfa61ef26e51bbc5;hpb=1be55ea0c82499e7e007fc0c1c3184af97db3a71;p=ctsim.git diff --git a/libctsim/Makefile.am b/libctsim/Makefile.am index 6666cdc..edf7b8b 100644 --- a/libctsim/Makefile.am +++ b/libctsim/Makefile.am @@ -1,6 +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 +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 -INCLUDES=@my_includes@ -EXTRA_DIST=Makefile.nt