Add hashtable.c to the build.

This commit is contained in:
Jakub Klama 2016-01-31 01:55:47 +01:00
parent fcfdba2cfb
commit ac0155dd1b

View file

@ -1,6 +1,6 @@
LIB= 9p
SHLIB_MAJOR= 1
SRCS= pack.c connection.c request.c log.c utils.c transport/socket.c backend/fs.c
SRCS= pack.c connection.c request.c log.c hashtable.c utils.c transport/socket.c backend/fs.c
INCS= lib9p.h fcall.h log.h backend/fs.h
CFLAGS= -g -O0