1
0
Fork 0
mirror of https://github.com/tailix/libclayer.git synced 2024-11-13 11:04:17 -05:00
libclayer/make/shared.am

14 lines
187 B
Text
Raw Normal View History

2022-12-25 03:58:00 -05:00
# vim: set syntax=automake:
AM_CFLAGS = \
-std=c99 \
-pedantic \
-Wall \
-Wextra \
-I$(top_builddir)/include \
2022-12-25 06:00:55 -05:00
-I$(top_srcdir)/include
2022-12-25 03:58:00 -05:00
if ENABLE_WERROR
AM_CFLAGS += -Werror
endif