summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2012-02-12 13:01:32 -0800
committerGeoff Levand <geoff@infradead.org>2012-02-12 13:02:29 -0800
commitd1c6cba784a18e115c3705f83d2eccc327d45b90 (patch)
treeccf9680984203fb6fe7da99fe0646faf6ccb82d2 /utils
parent5a6ff619880b4411c568b94f3731755a0584ebaf (diff)
downloadtalos-petitboot-d1c6cba784a18e115c3705f83d2eccc327d45b90.tar.gz
talos-petitboot-d1c6cba784a18e115c3705f83d2eccc327d45b90.zip
Include util files in 'make install'
Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am
index 432bc48..d851f72 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -21,8 +21,14 @@ AM_CPPFLAGS = \
AM_CFLAGS = \
$(DEFAULT_CFLAGS)
+bin_SCRIPTS = pb-udhcpc
+
bin_PROGRAMS = pb-event
pb_event_SOURCES = pb-event.c
+dist_pkgdata_DATA = \
+ 99-petitboot.rules \
+ kboot.conf.sample
+
MAINTAINERCLEANFILES = Makefile.in
OpenPOWER on IntegriCloud