Browse Source

[master] added a missing file to pydnspp_la_SOURCES. this fixes distcheck
failure.
this is a trivial fix, so I'm pushing it directly

JINMEI Tatuya 14 years ago
parent
commit
d1b5154a7c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/dns/python/Makefile.am

+ 1 - 0
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)