Skip to content

Commit e46abe6

Browse files
committed
Add arc-malloc.h to Makefile.am
Missed this when I was doing this refactoring.
1 parent d11a6c9 commit e46abe6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ libopenarc_libopenarc_la_SOURCES = \
4141
libopenarc/arc-util.h \
4242
util/arc-dstring.c \
4343
util/arc-dstring.h \
44+
util/arc-malloc.h \
4445
util/arc-nametable.c \
4546
util/arc-nametable.h
4647
libopenarc_libopenarc_la_CPPFLAGS = -I$(srcdir)/util $(OPENSSL_CFLAGS) $(LIBIDN2_CFLAGS)
@@ -86,6 +87,7 @@ openarc_openarc_SOURCES = \
8687
openarc/util.h \
8788
util/arc-dstring.c \
8889
util/arc-dstring.h \
90+
util/arc-malloc.h \
8991
util/arc-nametable.c \
9092
util/arc-nametable.h
9193
openarc_openarc_CC = $(PTHREAD_CC)

util/arc-malloc.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright 2024 OpenARC contributors.
33
*
4-
* See LICENSE for distribution terms.
4+
* See LICENSE.
55
*/
66

77
#ifndef ARC_MALLOC_H

0 commit comments

Comments
 (0)