summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 6d2c442f883659b2d0e81660ba082ee0a45d1f71 (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 = bubblewrap

bubblewrap_SOURCES = \
	bubblewrap.c \
	bind-mount.h \
	bind-mount.c \
	network.h \
	network.c \
	utils.h \
	utils.c \
	$(NULL)

bubblewrap_CFLAGS = $(AM_CFLAGS)
bubblewrap_LDFLAGS =