libclayer/make/shared.am

14 lines
187 B
Plaintext

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