summaryrefslogtreecommitdiff
path: root/src/rdisc/tests/Makefile.am
blob: 9d21284c70539e5674417475a91c6b7f21507582 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
AM_CPPFLAGS = \
	-I${top_srcdir} \
	-I$(top_srcdir)/include \
	-I${top_srcdir}/src \
	-I${top_srcdir}/src/devices \
	-I${top_srcdir}/src/logging \
	-I${top_srcdir}/src/platform \
	-I${top_srcdir}/src/posix-signals \
	-I${top_srcdir}/libnm-util \
	-I${srcdir}/.. \
	$(GLIB_CFLAGS) \
	$(DBUS_CFLAGS) \
	$(POLKIT_CFLAGS) \
	$(LIBNL_CFLAGS) \
	$(LIBNDP_CFLAGS)

AM_CFLAGS = $(CODE_COVERAGE_CFLAGS)
AM_LDFLAGS = \
	$(GLIB_LIBS) \
	$(DBUS_LIBS) \
	$(CODE_COVERAGE_LDFLAGS)

@GNOME_CODE_COVERAGE_RULES@

noinst_PROGRAMS = \
	rdisc

rdisc_SOURCES = \
	rdisc.c
rdisc_LDADD = \
	$(top_builddir)/src/libNetworkManager.la \
	$(LIBNDP_LIBS)