mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- fix build of pythonmod in objdir (thanks Jakob Schlyter).
git-svn-id: file:///svn/unbound/trunk@2773 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
7f0542f674
commit
e66964bfb3
2 changed files with 4 additions and 1 deletions
|
|
@ -362,7 +362,7 @@ pythonmod.lo pythonmod.o: $(srcdir)/pythonmod/pythonmod.c config.h \
|
||||||
$(srcdir)/services/cache/dns.h $(srcdir)/services/mesh.h \
|
$(srcdir)/services/cache/dns.h $(srcdir)/services/mesh.h \
|
||||||
$(srcdir)/util/rbtree.h $(srcdir)/services/modstack.h
|
$(srcdir)/util/rbtree.h $(srcdir)/services/modstack.h
|
||||||
|
|
||||||
pythonmod/interface.h: $(srcdir)/pythonmod/interface.i $(srcdir)/config.h
|
pythonmod/interface.h: $(srcdir)/pythonmod/interface.i config.h
|
||||||
@-if test ! -d pythonmod; then $(INSTALL) -d pythonmod; fi
|
@-if test ! -d pythonmod; then $(INSTALL) -d pythonmod; fi
|
||||||
$(SWIG) $(CPPFLAGS) -o $@ -python $(srcdir)/pythonmod/interface.i
|
$(SWIG) $(CPPFLAGS) -o $@ -python $(srcdir)/pythonmod/interface.i
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
5 October 2012: Wouter
|
||||||
|
- fix build of pythonmod in objdir (thanks Jakob Schlyter).
|
||||||
|
|
||||||
3 October 2012: Wouter
|
3 October 2012: Wouter
|
||||||
- fix text in unbound-anchor man page.
|
- fix text in unbound-anchor man page.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue