From a3ca1f8e17e6583f5f57b50cb36f2bc199f322e4 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 1 Mar 2012 14:41:21 -0500 Subject: [PATCH] build: wifi: add missing builddir to INCLUDES Necessary when building from git srcdir != builddir. --- src/wifi/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wifi/Makefile.am b/src/wifi/Makefile.am index 9a35f6d32..c9a1b4749 100644 --- a/src/wifi/Makefile.am +++ b/src/wifi/Makefile.am @@ -1,7 +1,9 @@ INCLUDES = \ -I${top_srcdir}/include \ + -I${top_builddir}/include \ -I${top_srcdir}/src/logging \ -I${top_srcdir}/libnm-util \ + -I${top_builddir}/libnm-util \ -I${top_srcdir}/src noinst_LTLIBRARIES = libwifi-utils.la