mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-03 13:29:36 -05:00
prefix
git-svn-id: file:///svn/unbound/trunk@1782 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
012d05073b
commit
0e7ff77cd2
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ ifeq "$(UB_ON_WINDOWS)" "yes"
|
|||
|
||||
WINAPPS=$(addsuffix $(EXEEXT), unbound-service-install \
|
||||
unbound-service-remove anchor-update)
|
||||
COMPAT_WINAPP=$(filter-out ctime_r.lo, $(COMPAT_OBJ))
|
||||
COMPAT_WINAPP=$(filter-out $(BUILD)/compat/ctime_r.lo, $(COMPAT_OBJ))
|
||||
SVCINST_SRC=winrc/unbound-service-install.c winrc/w_inst.c
|
||||
SVCINST_OBJ=$(addprefix $(BUILD),$(SVCINST_SRC:.c=.lo)) $(COMPAT_WINAPP) \
|
||||
$(BUILD)winrc/rsrc_svcinst.o
|
||||
|
|
|
|||
Loading…
Reference in a new issue