From 9ee872884d82ccb3b7175b1aa4118d5933af6c88 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Tue, 7 Jun 2022 06:55:43 +0300 Subject: [PATCH] Add include paths --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ac95c4b..325fd95 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,9 @@ AM_CFLAGS = \ -std=c99 \ -pedantic \ -Wall \ - -Wextra + -Wextra \ + -I$(top_builddir)/include \ + -I$(top_srcdir)/include bin_PROGRAMS = autotools-project