1
0
Fork 0
mirror of https://github.com/tailix/libclayer.git synced 2025-02-10 15:36:24 -05:00
libclayer/make/shared.am

14 lines
187 B
Text
Raw Normal View History

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