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

AM_CFLAGS =                       \
	-I$(top_srcdir)           \
	-I$(top_builddir)         \
	$(GLIB_CFLAGS)            \
	-DG_DISABLE_DEPRECATED

AM_LDFLAGS =                           \
	$(GLIB_LIBS)

noinst_PROGRAMS = \
	benchmark-gvfs-small-files    \
	benchmark-gvfs-big-files      \
	benchmark-posix-small-files   \
	benchmark-posix-big-files     \
	$(NULL)

EXTRA_DIST = benchmark-common.c