From 1923f54d79ab912d4469ce50014cd48a2bbdff75 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Fri, 2 Aug 2013 17:09:50 -0500 Subject: [PATCH] build: fix distcheck New platform changes need NMPlatformReason enum which requires the generated nm-enum-types.h, which is only in the builddir. --- src/platform/tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platform/tests/Makefile.am b/src/platform/tests/Makefile.am index 5f110c888..da9986ffe 100644 --- a/src/platform/tests/Makefile.am +++ b/src/platform/tests/Makefile.am @@ -2,6 +2,7 @@ AM_CPPFLAGS = \ -I${top_srcdir} \ -I${top_srcdir}/include \ -I${top_srcdir}/src \ + -I${top_builddir}/src \ -I${top_srcdir}/src/logging \ -I${top_srcdir}/libnm-util \ -I${srcdir}/.. \