mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-03-03 13:51:46 +03:00
nusrl: Move into utils/nsurl directory.
This commit is contained in:
parent
f1c98ccfa4
commit
299a85fa7a
14
Makefile
14
Makefile
@ -621,12 +621,22 @@ include utils/Makefile
|
||||
# http utility sources
|
||||
include utils/http/Makefile
|
||||
|
||||
# nsurl utility sources
|
||||
include utils/nsurl/Makefile
|
||||
|
||||
# Desktop sources
|
||||
include desktop/Makefile
|
||||
|
||||
# S_COMMON are sources common to all builds
|
||||
S_COMMON := $(S_CONTENT) $(S_FETCHERS) $(S_RENDER) $(S_UTILS) $(S_HTTP) \
|
||||
$(S_DESKTOP) $(S_JAVASCRIPT_BINDING)
|
||||
S_COMMON := \
|
||||
$(S_CONTENT) \
|
||||
$(S_FETCHERS) \
|
||||
$(S_RENDER) \
|
||||
$(S_UTILS) \
|
||||
$(S_HTTP) \
|
||||
$(S_NSURL) \
|
||||
$(S_DESKTOP) \
|
||||
$(S_JAVASCRIPT_BINDING)
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
|
@ -12,7 +12,6 @@ S_UTILS := \
|
||||
log.c \
|
||||
messages.c \
|
||||
nsoption.c \
|
||||
nsurl.c \
|
||||
punycode.c \
|
||||
talloc.c \
|
||||
time.c \
|
||||
|
6
utils/nsurl/Makefile
Normal file
6
utils/nsurl/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
# nsurl utils sources
|
||||
|
||||
S_NSURL := \
|
||||
nsurl.c
|
||||
|
||||
S_NSURL := $(addprefix utils/nsurl/,$(S_NSURL))
|
Loading…
x
Reference in New Issue
Block a user