summaryrefslogtreecommitdiff
path: root/ext2fs/Makefile
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-06-24 23:23:17 +0000
committerMiles Bader <miles@gnu.org>1995-06-24 23:23:17 +0000
commitd35ca2bd419417f6fce172c54a24ee5988f53f3a (patch)
treea53361de49f912951e8c2a076677cc466e43000a /ext2fs/Makefile
parent3d35e5ed350c892770ff1430693bd9910b622760 (diff)
(HURDLIBS): Add libihash.
Diffstat (limited to 'ext2fs/Makefile')
-rw-r--r--ext2fs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext2fs/Makefile b/ext2fs/Makefile
index ca9b96ff..cde371c0 100644
--- a/ext2fs/Makefile
+++ b/ext2fs/Makefile
@@ -25,7 +25,8 @@ OBJS = $(SRCS:.c=.o) error.o
LCLHDRS = ext2fs.h ext2_fs.h ext2_fs_i.h
REMHDRS = ../hurd/diskfs.h ../hurd/ports.h ../hurd/pager.h\
../hurd/ioserver.h ../hurd/fshelp.h
-HURDLIBS = libdiskfs libports libpager libioserver libfshelp libthreads
+HURDLIBS = libdiskfs libports libpager libioserver libfshelp libthreads \
+ libihash
target = ext2fs
CPPFLAGS += -I../lib