1
0
Fork 0
mirror of https://github.com/tailix/autotools-project.git synced 2024-10-27 05:23:30 -04:00

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

View file

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