From bc4114e2235163bd88456c25cc0a908d86151f93 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Wed, 9 Oct 2013 12:02:08 +0800 Subject: Add system info messages Add a little infrastructure for communicating information about the system to the petitboot UIs. We just send some identifying info (type and identifier), as well as the interfaces. Signed-off-by: Jeremy Kerr --- discover/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'discover/Makefile.am') diff --git a/discover/Makefile.am b/discover/Makefile.am index 848816f..1fd8d96 100644 --- a/discover/Makefile.am +++ b/discover/Makefile.am @@ -53,6 +53,8 @@ pb_discover_SOURCES = \ pb-discover.h \ resource.c \ resource.h \ + sysinfo.c \ + sysinfo.h \ network.c \ network.h \ udev.c \ -- cgit v1.2.1