diff options
Diffstat (limited to 'libstore/Makefile')
-rw-r--r-- | libstore/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libstore/Makefile b/libstore/Makefile index 459f2d51..fad03856 100644 --- a/libstore/Makefile +++ b/libstore/Makefile @@ -23,8 +23,7 @@ dir := libps makemode := library libname = libstore -SRCS = context.c filters.c fmt.c host.c proclist.c procstat.c spec.c \ - tty.c user.c write.c +SRCS = create.c derive.c device.c make.c rdwr.c set.c LCLHDRS=store.h installhdrs=store.h |