netsurf/utils/Makefile
Daniel Silverstone fd80341513
utils: Add hashmap to sources
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2020-02-23 20:59:39 +00:00

26 lines
320 B
Makefile

# utils sources
S_UTILS := \
bloom.c \
corestrings.c \
file.c \
filename.c \
filepath.c \
hashmap.c \
hashtable.c \
idna.c \
libdom.c \
log.c \
messages.c \
nsoption.c \
punycode.c \
ssl_certs.c \
talloc.c \
time.c \
url.c \
useragent.c \
utf8.c \
utils.c
S_UTILS := $(addprefix utils/,$(S_UTILS))