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