netsurf/utils/Makefile

27 lines
327 B
Makefile

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