WebSurf/utils/Makefile

9 lines
266 B
Makefile
Raw Normal View History

# 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 \
2014-05-30 12:03:04 -07:00
utf8.c utils.c useragent.c bloom.c nsoption.c file.c idna.c \
punycode.c
S_UTILS := $(addprefix utils/,$(S_UTILS))