Turn On/Off pids on notifying other processes.
[wsti_so.git] / Makefile.am
1 AUTOMAKE_OPTIONS = gnu subdir-objects
2 ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
3
4 bin_PROGRAMS = \
5         bin/process1 \
6         bin/process2 \
7         bin/process3 \
8         bin/bootstrap
9
10 bin_process1_SOURCES = \
11         src/process1.c
12
13 bin_process2_SOURCES = \
14         src/process2.c
15
16 bin_process3_SOURCES = \
17         src/process3.c
18
19 bin_bootstrap_SOURCES = \
20         src/bootstrap.c