added a missing .c file to SRC

This commit is contained in:
Tatuya JINMEI 神明達哉
2009-09-04 18:13:44 +00:00
parent 82629edf81
commit 2eb6a502bc

View File

@@ -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 \