fix: added header guards, and some testing purpose autotools rules

This commit is contained in:
Guillem George 2026-01-07 20:18:11 +01:00
parent 269f50a367
commit 919ea7b1ba
9 changed files with 88 additions and 14 deletions

11
src/utils/Makefile.am Normal file
View file

@ -0,0 +1,11 @@
lib_LIBRARIES = libutils.a
# libutils_a_SOURCES = \
# utils.c \
# utils.h
# libutils_a_CPPFLAGS = -I$(top_srcdir)/src
# libutils_a_CFLAGS = -std=c99 -pedantic -Werror -Wall -Wextra -Wvla
# noinst_LIBRARIES = libutils.a