build: add process watching to build.
authorIsmo Puustinen <ismo.puustinen@intel.com>
Tue, 15 Jan 2013 12:49:25 +0000 (14:49 +0200)
committerIsmo Puustinen <ismo.puustinen@intel.com>
Tue, 19 Mar 2013 11:08:16 +0000 (13:08 +0200)
src/Makefile.am

index 7b5a5ab..6a216ec 100644 (file)
@@ -50,6 +50,7 @@ libmurphy_common_la_HEADERS =         \
                common/debug-info.h     \
                common/mm.h             \
                common/hashtbl.h        \
+               common/process.h        \
                common/mainloop.h       \
                common/utils.h          \
                common/file-utils.h     \
@@ -67,6 +68,7 @@ libmurphy_common_la_REGULAR_SOURCES =         \
                common/mainloop.c               \
                common/utils.c                  \
                common/file-utils.c             \
+               common/process.c                \
                common/msg.c                    \
                common/fragbuf.c                \
                common/json.c                   \