X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=Makefile.am;h=bcf541ce9bff17704646a51400e81d221ea39c24;hb=f0a7f7a71896b25cc524598e5472c821f987a71c;hp=35b3782bfba64bf7126da0f79cfdab4f03239268;hpb=fe306b90adcee352d3da4ba0842afac66ba3d751;p=wsti_so.git diff --git a/Makefile.am b/Makefile.am index 35b3782..bcf541c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,19 @@ AUTOMAKE_OPTIONS = gnu subdir-objects ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} bin_PROGRAMS = \ - bin/process1 + bin/process1 \ + bin/process2 \ + bin/process3 \ + bin/bootstrap bin_process1_SOURCES = \ src/process1.c + +bin_process2_SOURCES = \ + src/process2.c + +bin_process3_SOURCES = \ + src/process3.c + +bin_bootstrap_SOURCES = \ + src/bootstrap.c