Created named pipe to communicate with the process2.
[wsti_so.git] / Makefile.am
index 8d241914fa23d7e1ba90310aedd92545ec6172b7..9ff0cfe4569b5803bdb7a73b0177ea7d72f9e5b1 100644 (file)
@@ -1,9 +1,12 @@
 AUTOMAKE_OPTIONS = gnu subdir-objects
-ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4
+ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
 
-bin_PROGRAMS = bin/signals
-
-bin_signals_SOURCES = \
-       src/main.c
+bin_PROGRAMS = \
+       bin/process1 \
+       bin/process2
 
+bin_process1_SOURCES = \
+       src/process1.c
 
+bin_process2_SOURCES = \
+       src/process2.c