Add include paths

This commit is contained in:
Alex Kotov 2022-06-07 06:55:43 +03:00
parent 434e397e23
commit 9ee872884d
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@ AM_CFLAGS = \
-std=c99 \
-pedantic \
-Wall \
-Wextra
-Wextra \
-I$(top_builddir)/include \
-I$(top_srcdir)/include
bin_PROGRAMS = autotools-project