summaryrefslogtreecommitdiff
path: root/utils/Makefile
blob: 071e4fec15f7881a2a7b52a04cfc943e0e8cab3c (plain)
1
2
3
4
5
6
7
# 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

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