From 33491bc4279481db8ae47213e34a6d695a0e8830 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 6 Jul 2014 02:16:10 +0200 Subject: Imported Upstream version 0.9.10.0 --- src/rdisc/tests/Makefile.am | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/rdisc/tests/Makefile.am (limited to 'src/rdisc/tests/Makefile.am') diff --git a/src/rdisc/tests/Makefile.am b/src/rdisc/tests/Makefile.am new file mode 100644 index 00000000..cf351d61 --- /dev/null +++ b/src/rdisc/tests/Makefile.am @@ -0,0 +1,36 @@ +AM_CPPFLAGS = \ + -I${top_srcdir} \ + -I$(top_srcdir)/include \ + -I$(top_builddir)/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}/.. \ + -DG_LOG_DOMAIN=\""NetworkManager"\" \ + -DNM_VERSION_MAX_ALLOWED=NM_VERSION_NEXT_STABLE \ + $(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) + -- cgit 1.3.0-6-gf8a5