BIND 10 master, updated. d1b5154a7c17058ff49aa67f389f52496228e4b6 [master] added a missing file to pydnspp_la_SOURCES. this fixes distcheck failure. this is a trivial fix, so I'm pushing it directly
BIND 10 source code commits
bind10-changes at lists.isc.org
Sun May 15 20:25:37 UTC 2011
The branch, master has been updated
via d1b5154a7c17058ff49aa67f389f52496228e4b6 (commit)
from 7c576f2e3d986b0f58883776822323ff57535a3c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d1b5154a7c17058ff49aa67f389f52496228e4b6
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sun May 15 13:24:47 2011 -0700
[master] added a missing file to pydnspp_la_SOURCES. this fixes distcheck
failure.
this is a trivial fix, so I'm pushing it directly
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/python/Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/python/Makefile.am b/src/lib/dns/python/Makefile.am
index 15b3b1c..1c9afc7 100644
--- a/src/lib/dns/python/Makefile.am
+++ b/src/lib/dns/python/Makefile.am
@@ -8,6 +8,7 @@ pyexec_LTLIBRARIES = pydnspp.la
pydnspp_la_SOURCES = pydnspp.cc pydnspp_common.cc
pydnspp_la_SOURCES += rcode_python.cc rcode_python.h
pydnspp_la_SOURCES += tsigerror_python.cc tsigerror_python.h
+pydnspp_la_SOURCES += tsigerror_python_inc.cc
pydnspp_la_CPPFLAGS = $(AM_CPPFLAGS) $(PYTHON_INCLUDES)
pydnspp_la_LDFLAGS = $(PYTHON_LDFLAGS)
More information about the bind10-changes
mailing list