summaryrefslogtreecommitdiff
path: root/libiohelp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libiohelp/Makefile')
-rw-r--r--libiohelp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libiohelp/Makefile b/libiohelp/Makefile
index 9202f9e8..61d20aa9 100644
--- a/libiohelp/Makefile
+++ b/libiohelp/Makefile
@@ -19,9 +19,9 @@ dir := libiohelp
makemode := library
SRCS = get_conch.c handle_io_get_conch.c handle_io_release_conch.c \
- initialize_conch.c verify_user_conch.c
-OBJS = get_conch.o handle_io_get_conch.o handle_io_release_conch.o \
- initialize_conch.o verify_user_conch.o
+ initialize_conch.c verify_user_conch.c iouser-create.c \
+ iouser-dup.c iouser-reauth.c iouser-free.c
+OBJS = $(SRCS:.c=.o)
LCLHDRS = iohelp.h
HURDLIBS = threads
libname = libiohelp