X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2FMakefile.am;h=54989001b58c973296825102c8fc4b343df3f1e3;hb=f13a8c004b8f182b42d9e4df2bcd7c7f030bf1ad;hp=71303775f15a1a18e6cb11839814320b383b2639;hpb=4b18b0a7fed4e25130c6edf7929d0df50b8c24ea;p=ctsim.git diff --git a/src/Makefile.am b/src/Makefile.am index 7130377..5498900 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,8 +1,16 @@ +INCLUDES=@my_includes@ + bin_PROGRAMS=ctsim -ctsim_SOURCES=ctsim.cpp docs.cpp views.cpp dialogs.cpp ctsim.h docs.h views.h dialogs.h +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 @wxlibs@ +ctsim_LDADD=-L../libctgraphics -L../libctsupport -L../libctsim @ctlibs@