mirror of
https://github.com/tailix/autotools-project.git
synced 2025-09-04 22:42:21 -04:00
Add include paths
This commit is contained in:
parent
434e397e23
commit
9ee872884d
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@ AM_CFLAGS = \
|
|||
-std=c99 \
|
||||
-pedantic \
|
||||
-Wall \
|
||||
-Wextra
|
||||
-Wextra \
|
||||
-I$(top_builddir)/include \
|
||||
-I$(top_srcdir)/include
|
||||
|
||||
bin_PROGRAMS = autotools-project
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue