From 4450215ad10b73395f4c53567d3fc79b3ecd8073 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Sat, 22 Oct 2016 16:12:30 +0200 Subject: [PATCH] build: fix out-of-tree build for libnm-core/tests --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 74ff592dce..b7dbdcd9d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -524,6 +524,7 @@ libnm_core_tests_cppflags = \ -I$(srcdir)/libnm-core \ -I$(builddir)/libnm-core \ -I$(srcdir)/libnm-core/tests \ + -I$(builddir)/libnm-core/tests \ -DNETWORKMANAGER_COMPILATION \ $(GLIB_CFLAGS) \ -DTEST_CERT_DIR=\"$(abs_srcdir)/libnm-core/tests/certs\"