From 9b22686134d804500f48a2c882bb6c04fa1cc1a6 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 8 Mar 2017 00:28:39 +0100 Subject: build: coding/gsm0503: fix build in sep. dir: -I builddir To allow building coding/gsm0503_interleaving.c which includes the generated bit*gen.h (via bits.h), add -I to the builddir include path in order to find the generated bit*gen.h headers there. Change-Id: I0d465bc109765b1315d615243bea6af027afa368 --- src/coding/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/coding') diff --git a/src/coding/Makefile.am b/src/coding/Makefile.am index e19b1877..cbdcf471 100644 --- a/src/coding/Makefile.am +++ b/src/coding/Makefile.am @@ -5,6 +5,7 @@ LIBVERSION = 0:0:0 AM_CPPFLAGS = \ -I"$(top_srcdir)/include" \ + -I"$(top_builddir)/include" \ $(TALLOC_CFLAGS) AM_CFLAGS = -Wall -- cgit v1.2.3