Initial message queue communication.
[wsti_so.git] / Makefile.am
index a8c16f597126960b7660faa40a44b55d7125c6bf..bcf541ce9bff17704646a51400e81d221ea39c24 100644 (file)
@@ -4,7 +4,8 @@ ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
 bin_PROGRAMS = \
        bin/process1 \
        bin/process2 \
-       bin/process3
+       bin/process3 \
+       bin/bootstrap
 
 bin_process1_SOURCES = \
        src/process1.c
@@ -14,3 +15,6 @@ bin_process2_SOURCES = \
 
 bin_process3_SOURCES = \
        src/process3.c
+
+bin_bootstrap_SOURCES = \
+       src/bootstrap.c