Add hashtable.c to the build.
This commit is contained in:
parent
fcfdba2cfb
commit
ac0155dd1b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue