mirror of
https://github.com/tailix/libkernaux.git
synced 2025-08-14 22:15:57 -04:00
Use C99 standard in automake
This commit is contained in:
parent
df25b8d61d
commit
362f94935b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
SUBDIRS = include
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4 --install
|
||||
AM_CFLAGS = -I$(top_srcdir)/include
|
||||
AM_CFLAGS = -std=c99 -I$(top_srcdir)/include
|
||||
|
||||
lib_LIBRARIES = libkernaux.a
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue