We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d11a6c9 commit e46abe6Copy full SHA for e46abe6
Makefile.am
@@ -41,6 +41,7 @@ libopenarc_libopenarc_la_SOURCES = \
41
libopenarc/arc-util.h \
42
util/arc-dstring.c \
43
util/arc-dstring.h \
44
+ util/arc-malloc.h \
45
util/arc-nametable.c \
46
util/arc-nametable.h
47
libopenarc_libopenarc_la_CPPFLAGS = -I$(srcdir)/util $(OPENSSL_CFLAGS) $(LIBIDN2_CFLAGS)
@@ -86,6 +87,7 @@ openarc_openarc_SOURCES = \
86
87
openarc/util.h \
88
89
90
91
92
93
openarc_openarc_CC = $(PTHREAD_CC)
util/arc-malloc.h
@@ -1,7 +1,7 @@
1
/*
2
* Copyright 2024 OpenARC contributors.
3
*
4
- * See LICENSE for distribution terms.
+ * See LICENSE.
5
*/
6
7
#ifndef ARC_MALLOC_H
0 commit comments