summaryrefslogtreecommitdiff
path: root/test/Makefile.am
blob: f763314a0f25a98b263d837be0ef9649b276f3e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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)