summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 6b8ec9868aea253c88b7f11bbe879c58d8aba1a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
NULL =

ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
AM_CPPFLAGS = -DDATADIR='"$(datadir)"' -DLIBEXECDIR='"$(libexecdir)"'
AM_CFLAGS = $(WARN_CFLAGS)

bin_PROGRAMS = build-root

build_root_SOURCES = \
	build-root.c \
	bind-mount.h \
	bind-mount.c \
	network.h \
	network.c \
	utils.h \
	utils.c \
	$(NULL)

build_root_CFLAGS = $(AM_CFLAGS)
build_root_LDFLAGS =