1
0
Fork 0
mirror of https://github.com/tailix/libclayer.git synced 2024-11-06 10:56:10 -05:00
libclayer/make/shared.am
2022-12-25 14:06:58 +04:00

14 lines
216 B
Text

# vim: set syntax=automake:
AM_CFLAGS = \
-std=c99 \
-pedantic \
-Wall \
-Wextra \
-I$(top_builddir)/include \
-I$(top_srcdir)/include \
-D_POSIX_C_SOURCE=200809L
if ENABLE_WERROR
AM_CFLAGS += -Werror
endif