X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=libctsim%2FMakefile.am;h=edf7b8b16e8030c3106a3ec052e856ee80d24123;hb=dca8d386ab6a4e33050b456cff4547d6adfdf249;hp=28b31736b70fdc7c6e10b02b1671f2f4f602daaf;hpb=bfcc769cf8019eabc8c65c07257c8dbee4b4c977;p=ctsim.git diff --git a/libctsim/Makefile.am b/libctsim/Makefile.am index 28b3173..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 - -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 + +