diff options
author | Geoff Levand <geoff@infradead.org> | 2012-02-12 14:20:04 -0800 |
---|---|---|
committer | Geoff Levand <geoff@infradead.org> | 2012-02-12 14:20:04 -0800 |
commit | 944bccf5409ce2ea8333423416128bb97eb10d6f (patch) | |
tree | 8cab71c0f461cf45c634b69a8b344b7ed32ec6af /utils/Makefile.am | |
parent | 9a75155d6874bcb69a9b1aa3a4890a99792d9138 (diff) | |
download | talos-petitboot-944bccf5409ce2ea8333423416128bb97eb10d6f.tar.gz talos-petitboot-944bccf5409ce2ea8333423416128bb97eb10d6f.zip |
Fixups for 'make dist'
Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r-- | utils/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am index d851f72..02b8f62 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -21,7 +21,7 @@ AM_CPPFLAGS = \ AM_CFLAGS = \ $(DEFAULT_CFLAGS) -bin_SCRIPTS = pb-udhcpc +dist_bin_SCRIPTS = pb-udhcpc bin_PROGRAMS = pb-event |