X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=Makefile.am;h=bcf541ce9bff17704646a51400e81d221ea39c24;hb=b1c3c5ca4ac63d8e7f92cc130a75d2322b8a28d8;hp=43d88669bbb1be002f3db1aedb0a1c1e791c5150;hpb=2b1f9dda7f9df454bab93c079385201f42b7941a;p=wsti_so.git diff --git a/Makefile.am b/Makefile.am index 43d8866..bcf541c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,20 @@ AUTOMAKE_OPTIONS = gnu subdir-objects ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -bin_PROGRAMS = bin/signals +bin_PROGRAMS = \ + bin/process1 \ + bin/process2 \ + bin/process3 \ + bin/bootstrap -bin_signals_SOURCES = \ - src/main.c +bin_process1_SOURCES = \ + src/process1.c +bin_process2_SOURCES = \ + src/process2.c +bin_process3_SOURCES = \ + src/process3.c + +bin_bootstrap_SOURCES = \ + src/bootstrap.c