projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dc6b57
)
Add hash.c to lib sources (!).
author
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 3 Sep 2004 06:45:20 +0000
(06:45 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 3 Sep 2004 06:45:20 +0000
(06:45 +0000)
src/Makefile.inc
patch
|
blob
|
history
diff --git
a/src/Makefile.inc
b/src/Makefile.inc
index 3ac0c6ed7b81cd0a3441ede44d2b247d22568450..9d929095583ee700d38edd600e87270ce2e44ce9 100644
(file)
--- a/
src/Makefile.inc
+++ b/
src/Makefile.inc
@@
-39,6
+39,7
@@
LIB_SRC += lib.c # Standard C library.
LIB_SRC += random.c # Pseudo-random numbers.
LIB_SRC += list.c # Doubly-linked lists.
LIB_SRC += bitmap.c # Bitmaps.
+LIB_SRC += hash.c # Hash tables.
# Filesystem code.
FILESYS_SRC = filesys.c # Filesystem core.