diff options
Diffstat (limited to 'isofs/Makefile')
-rw-r--r-- | isofs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/isofs/Makefile b/isofs/Makefile index 1367ae3c..2b57d81a 100644 --- a/isofs/Makefile +++ b/isofs/Makefile @@ -21,6 +21,7 @@ makemode := server target = isofs SRCS = inode.c main.c lookup.c pager.c rr.c LCLHDRS = iso9660.h isofs.h rr.h +DIST_FILES = EXTENSIONS OBJS = $(SRCS:.c=.o) HURDLIBS = diskfs iohelp fshelp store pager ports threads ihash shouldbeinlibc |