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

13 lines
187 B
Text

# 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