From 06ec4982b1d3be9582d1be8cc93f7285ca948a05 Mon Sep 17 00:00:00 2001 From: maddaat Date: Fri, 10 Apr 2026 18:20:08 +0400 Subject: Initial commit --- make/shared.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 make/shared.am (limited to 'make/shared.am') diff --git a/make/shared.am b/make/shared.am new file mode 100644 index 0000000..1fce541 --- /dev/null +++ b/make/shared.am @@ -0,0 +1,14 @@ +# vim: set syntax=automake: + +AM_CFLAGS = \ + -std=c99 \ + -pedantic \ + -Wall \ + -Wextra \ + -D_POSIX_C_SOURCE=200809L \ + -I$(top_builddir)/include \ + -I$(top_srcdir)/include + +if ENABLE_WERROR +AM_CFLAGS += -Werror +endif -- cgit v1.2.3