]> git.ozlabs.org Git - petitboot/blob - utils/Makefile.am
discover: Recognise and open LUKS encrypted partitions
[petitboot] / utils / Makefile.am
1 #  This program is free software; you can redistribute it and/or modify
2 #  it under the terms of the GNU General Public License as published by
3 #  the Free Software Foundation; version 2 of the License.
4 #
5 #  This program is distributed in the hope that it will be useful,
6 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
7 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8 #  GNU General Public License for more details.
9 #
10 #  You should have received a copy of the GNU General Public License
11 #  along with this program; if not, write to the Free Software
12 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
13 #
14
15 dist_sbin_SCRIPTS += utils/pb-udhcpc utils/pb-plugin utils/pb-sos \
16                      utils/pb-exec utils/scsi-rescan
17 dist_pkglibexec_SCRIPTS = utils/pb-console
18 sbin_PROGRAMS += utils/pb-event utils/pb-config
19
20 utils_pb_config_LDADD = $(top_builddir)/lib/libpbcore.la \
21                   $(top_builddir)/discover/platform.ro
22
23 utils_hooks_30_dtb_updates_SOURCES = utils/hooks/30-dtb-updates.c
24 utils_hooks_30_dtb_updates_LDADD = $(top_builddir)/lib/libpbcore.la \
25                 $(FDT_LIBS)
26
27 if HAVE_LIBFDT
28 noinst_PROGRAMS += \
29         utils/hooks/30-dtb-updates
30 endif
31
32 dist_pkgdata_DATA = \
33         utils/kboot.conf.sample \
34         utils/bb-kexec-reboot \
35         utils/logrotate.conf \
36         utils/hooks/01-create-default-dtb \
37         utils/hooks/20-update-dtb-sample \
38         utils/hooks/90-sort-dtb