fix: added header guards, and some testing purpose autotools rules
This commit is contained in:
parent
269f50a367
commit
919ea7b1ba
9 changed files with 88 additions and 14 deletions
11
src/utils/Makefile.am
Normal file
11
src/utils/Makefile.am
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue