Again remove not used libraries.
[wsti_so.git] / Makefile.am
index 35b3782bfba64bf7126da0f79cfdab4f03239268..a8c16f597126960b7660faa40a44b55d7125c6bf 100644 (file)
@@ -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