aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/tests/Makefile.am
blob: be93d4c63600490a07bed627dc8941f3d710310e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include $(top_srcdir)/gtester.make

noinst_PROGRAMS = test-common-helpers
TEST_PROGS += $(noinst_PROGRAMS)

test_common_helpers_SOURCES = \
	test-common-helpers.c

test_common_helpers_CPPFLAGS = \
	$(MM_CFLAGS) \
	-I$(top_srcdir) \
	-I$(top_srcdir)/include \
	-I$(top_builddir)/include \
	-I$(top_srcdir)/libmm-glib \
	-I$(top_builddir)/libmm-glib \
	-I${top_srcdir}/libmm-glib/generated \
	-I${top_builddir}/libmm-glib/generated \
	-DLIBMM_GLIB_COMPILATION

test_common_helpers_LDADD = \
	$(top_builddir)/libmm-glib/libmm-glib.la \
	$(MM_LIBS)