summaryrefslogtreecommitdiff
path: root/utils/Makefile
blob: b1a6df4fc04f1f4d449ce4a7650a3a07a489fd2f (plain)
1
2
3
4
5
6
7
8
# utils sources

S_UTILS := base64.c corestrings.c filename.c filepath.c hashtable.c	\
	libdom.c locale.c log.c messages.c nsurl.c talloc.c url.c	\
	utf8.c utils.c useragent.c bloom.c nsoption.c file.c idna.c	\
	punycode.c utf8proc.c

S_UTILS := $(addprefix utils/,$(S_UTILS))