diff options
Diffstat (limited to 'libfshelp/Makefile')
-rw-r--r-- | libfshelp/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/libfshelp/Makefile b/libfshelp/Makefile index ad70c4bd..9344a992 100644 --- a/libfshelp/Makefile +++ b/libfshelp/Makefile @@ -18,17 +18,15 @@ dir := libfshelp makemode := library +libname = libfshelp SRCS = lock-acquire.c lock-init.c \ start-translator-long.c start-translator.c \ - fetch-root.c transbox-init.c set-active.c fetch-control.c drop-transbox.c - -OBJS = $(subst .c,.o,$(SRCS)) - + fetch-root.c transbox-init.c set-active.c fetch-control.c \ + drop-transbox.c \ + delegate.c LCLHDRS = fshelp.h locks.h -REMHDRS = ../hurd/ports.h -libname = libfshelp installhdrs = fshelp.h -include ../Makeconf - +OBJS = $(subst .c,.o,$(SRCS)) +include ../Makeconf |