X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2FMakefile.am;h=3b1bf0ec44613f9276db84c9c7f756f2c1cf3874;hp=9929768d7d56dee033931b8c47dd0bea341c70b4;hb=e1cb261b0661407b023986b7a3add04530c7e458;hpb=1fd4f7cc977b9f1499716de10d15656bd50f4816 diff --git a/src/Makefile.am b/src/Makefile.am index 9929768..3b1bf0e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,8 +1,13 @@ -bin_PROGRAMS=ctsim - -ctsim_SOURCES=ctsim.cpp docs.cpp views.cpp -ctsim_DEPENDENCIES=../libctgraphics/libctgraphics.a ../libctsupport/libctsupport.a ../libctsim/libctsim.a ../include/ct.h -ctsim_LDADD=-L../libctgraphics -L../libctsupport -L../libctsim @wxlibs@ +INCLUDES=@my_includes@ +bin_PROGRAMS=ctsim +ctsim_SOURCES=ctsim.cpp docs.cpp views.cpp dialogs.cpp ctsim.h docs.h \ +views.h dialogs.h dlgprojections.cpp dlgprojections.h dlgreconstruct.cpp \ +dlgreconstruct.h graph3dview.cpp graph3dview.h ctsim-map.h ctsim.xpm \ +splash.xpm tips.cpp tips.h threadrecon.cpp threadrecon.h backgroundmgr.cpp \ +backgroundmgr.h backgroundsupr.cpp backgroundsupr.h threadproj.cpp \ +threadproj.h threadraster.cpp threadraster.h dlgezplot.cpp dlgezplot.h +ctsim_DEPENDENCIES=../libctgraphics/libctgraphics.a ../libctsupport/libctsupport.a ../libctsim/libctsim.a ../include/ct.h +ctsim_LDADD=-L../libctgraphics -L../libctsupport -L../libctsim @ctlibs@