summaryrefslogtreecommitdiff
path: root/utils/Makefile
blob: 5d9d9dcfa135963ea39d41dfc444bef8647c7272 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# utils sources

S_UTILS := \
	base64.c \
	bloom.c \
	corestrings.c \
	file.c \
	filename.c \
	filepath.c \
	hashtable.c \
	idna.c \
	libdom.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))