summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2008-12-15 15:22:34 +1100
committerJeremy Kerr <jk@ozlabs.org>2008-12-15 15:22:34 +1100
commit32e6a41f33e5576716b351bd473a27939fe94fa1 (patch)
tree0d6b75ac0a02d2496416095405cb9498777c3beb /Makefile.in
parent000a92b4fa909c432732ac3ed8f28eeeaeac70ee (diff)
downloadpetitboot-32e6a41f33e5576716b351bd473a27939fe94fa1.zip
petitboot-32e6a41f33e5576716b351bd473a27939fe94fa1.tar.gz
Initial support for multiple UIs
Move the device discovery code from separate udev helpers to a single process to listen on two sockets: one SOCK_DGRAM for incoming udev events, and one SOCK_STREAM for UIs to connect. Initial support for client/server infrastructure, still need to wire-up the udev messages. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 0da5a4e..e537e9d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -24,6 +24,7 @@ sbindir = @sbindir@
datarootdir = @datarootdir@
datadir = @datadir@
pkgdatadir = ${datadir}/${PACKAGE}
+builddir = @builddir@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
OpenPOWER on IntegriCloud