]> git.ozlabs.org Git - petitboot/blob - utils/Makefile.am
lib/pb-config/powerpc-nvram: Fix format of dns config
[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 AM_CPPFLAGS = \
16         -I$(top_srcdir) \
17         -I$(top_srcdir)/lib \
18         $(DEFAULT_CPPFLAGS)
19
20 AM_CFLAGS = \
21         $(DEFAULT_CFLAGS)
22
23 dist_sbin_SCRIPTS = pb-udhcpc
24 dist_pkglibexec_SCRIPTS = pb-console pb-sysinfo
25
26 sbin_PROGRAMS = pb-event
27
28 pb_event_SOURCES = pb-event.c
29
30 dist_pkgdata_DATA = \
31         kboot.conf.sample \
32         bb-kexec-reboot \
33         logrotate.conf \
34         hooks/01-create-default-dtb \
35         hooks/20-update-dtb-sample
36
37 MAINTAINERCLEANFILES = Makefile.in