From 9f11610606f438ee5f3ba16e6cbae6445a6aa5c8 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 dispatcher --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index f9c5a7768f..74ff592dce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2980,6 +2980,7 @@ dispatcher_cppflags = \ -I${top_srcdir}/libnm-core \ -I${top_builddir}/libnm-core \ -I${top_srcdir}/dispatcher \ + -I${top_builddir}/dispatcher \ $(GLIB_CFLAGS) \ -DNETWORKMANAGER_COMPILATION \ -DNMCONFDIR=\"$(nmconfdir)\" \