diff options
author | Miles Bader <miles@gnu.org> | 1996-04-02 23:24:57 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-04-02 23:24:57 +0000 |
commit | be9d02f40457b4dbd870c1c3db2c8a7296165d92 (patch) | |
tree | 60ec1506e078bd6ee38cbb638eb3cc928e72e2c9 /libstore/Makefile | |
parent | 32e42d6bdcf5dd49f62397f4ddf7b6da00a3c9c2 (diff) |
entered into RCS
Diffstat (limited to 'libstore/Makefile')
-rw-r--r-- | libstore/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libstore/Makefile b/libstore/Makefile index be01ae76..8d88d212 100644 --- a/libstore/Makefile +++ b/libstore/Makefile @@ -24,11 +24,12 @@ makemode := library libname = libstore SRCS = create.c derive.c make.c rdwr.c set.c device.c file.c stripe.c \ - storeread.c storecat.c + storeread.c storecat.c enc.c encode.c decode.c clone.c LCLHDRS=store.h installhdrs=store.h -OBJS = $(SRCS:.c=.o) +UTIL_OBJS = storeread.o storecat.o +OBJS = $(filter-out $(UTIL_OBJS), $(SRCS:.c=.o)) storeread: storeread.o libstore.so ../libshouldbeinlibc/libshouldbeinlibc.so storecat: storecat.o libstore.so ../libshouldbeinlibc/libshouldbeinlibc.so |