aboutsummaryrefslogtreecommitdiff
blob: e7aeb30669d2bbabb9abceb3c473d077cc123d2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
AUTOMAKE_OPTIONS = foreign

bin_PROGRAMS = sandbox

AM_CPPFLAGS = \
	-I$(top_srcdir) \
	-I$(top_srcdir)/libsbutil \
	-I$(top_srcdir)/libsbutil/include \
	$(SANDBOX_DEFINES)

sandbox_LDADD = $(top_builddir)/libsbutil/libsbutil.la $(LIBDL)
sandbox_SOURCES = \
	environ.c \
	namespaces.c \
	options.c \
	sandbox.h \
	sandbox.c