link unbound against unbound library

git-svn-id: https://unbound.nlnetlabs.nl/svn/trunk@2504 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
matje 2011-10-06 08:27:31 +00:00
parent 9a28841410
commit 2f8e3cb245
2 changed files with 4 additions and 1 deletions

View File

@ -257,7 +257,7 @@ endif
unbound$(EXEEXT): $(DAEMON_OBJ) libunbound.la
$(INFO) Link $@
$Q$(LINK) -o $@ $(sort $(DAEMON_OBJ)) $(EXTRALINK) -lssl $(LIBS)
$Q$(LINK) -o $@ $(sort $(DAEMON_OBJ)) $(EXTRALINK) -L. -L.libs -lunbound -lssl $(LIBS)
unbound-checkconf$(EXEEXT): $(CHECKCONF_OBJ) libunbound.la
$(INFO) Link $@

View File

@ -1,3 +1,6 @@
6 October 2011: Matthijs
- link unbound against unbound library
27 September 2011: Wouter
- unbound.exe -w windows option for start and stop service.