From: Tatuya JINMEI 神明達哉 Date: Fri, 4 Sep 2009 18:13:44 +0000 (+0000) Subject: added a missing .c file to SRC X-Git-Tag: v9.7.0a3^2~33 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=2eb6a502bcb30f5738bf7fe871f5000ba24b1f19;p=thirdparty%2Fbind9.git added a missing .c file to SRC --- diff --git a/lib/isc/Makefile.in b/lib/isc/Makefile.in index bbe3cd01e81..15f5a7dc3bd 100644 --- a/lib/isc/Makefile.in +++ b/lib/isc/Makefile.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.102 2009/09/01 18:40:25 jinmei Exp $ +# $Id: Makefile.in,v 1.103 2009/09/04 18:13:44 jinmei Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -67,8 +67,8 @@ SYMTBLOBJS = backtrace-emptytbl.@O@ # Alphabetically SRCS = @ISC_EXTRA_SRCS@ \ - assertions.c base32.c base64.c bitstring.c buffer.c \ - bufferlist.c commandline.c error.c event.c \ + assertions.c backtrace.c base32.c base64.c bitstring.c \ + buffer.c bufferlist.c commandline.c error.c event.c \ heap.c hex.c hmacmd5.c hmacsha.c \ httpd.c inet_aton.c iterated_hash.c \ lex.c lfsr.c lib.c log.c \