libclayer/make/shared.am

14 lines
187 B
Plaintext
Raw Normal View History

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