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/settings/tests/Makefile.am | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'src/settings/tests/Makefile.am') diff --git a/src/settings/tests/Makefile.am b/src/settings/tests/Makefile.am index 9471bcb7..4115d4ba 100644 --- a/src/settings/tests/Makefile.am +++ b/src/settings/tests/Makefile.am @@ -1,10 +1,9 @@ -if ENABLE_TESTS - AM_CPPFLAGS = \ -I$(top_srcdir)/include \ -I$(top_builddir)/include \ -I$(top_srcdir)/libnm-util \ -I$(top_srcdir)/src/settings \ + -DG_LOG_DOMAIN=\""NetworkManager"\" \ $(GLIB_CFLAGS) \ $(DBUS_CFLAGS) @@ -17,14 +16,8 @@ test_wired_defname_SOURCES = \ test-wired-defname.c test_wired_defname_LDADD = \ - $(top_builddir)/libnm-util/libnm-util.la \ - $(top_builddir)/src/settings/libtest-settings-utils.la \ - $(GLIB_LIBS) \ - $(DBUS_LIBS) + $(top_builddir)/src/libNetworkManager.la ########################################### -check-local: test-wired-defname - $(abs_builddir)/test-wired-defname - -endif +TESTS = test-wired-defname -- cgit 1.3.0-6-gf8a5