From 4eb4402c01ea025fc07b5d6bd23fe6665da22d5d Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 13 Nov 2012 14:17:49 -0600 Subject: [PATCH] build: fix srcdir != builddir issue --- docs/api/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am index c12e84a458..10dcb0eda0 100644 --- a/docs/api/Makefile.am +++ b/docs/api/Makefile.am @@ -6,6 +6,7 @@ if ENABLE_DOC INCLUDES = \ -I$(top_srcdir)/include \ + -I$(top_builddir)/include \ -I$(top_srcdir)/libnm-util noinst_PROGRAMS = \