summaryrefslogtreecommitdiff
path: root/libstore/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libstore/Makefile')
-rw-r--r--libstore/Makefile5
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