X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=f787fe57f3d88dc1ff5871f56697150f98a9884e;hp=50c7ca632a272baec104b05013ad21d7b3e1cce0;hb=d90d9c60417b6083646dc1b8e6ecb29aac2018cd;hpb=54a55d51c5919dbac29f42e2b1ab9403785e48f7 diff --git a/Makefile b/Makefile index 50c7ca6..f787fe5 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,8 @@ includedir := $(PREFIX)/include bindir := $(PREFIX)/bin mandir := $(PREFIX)/man/man1 -objects := osl.o util.o rbtree.o sha1.o sha3.o -fsck_objects := fsck.o osl.o util.o rbtree.o sha1.o sha3.o oslfsck.lsg.o +objects := osl.o util.o rbtree.o sha1.o sha3.o sha256.o +fsck_objects := fsck.o osl.o util.o rbtree.o sha1.o sha3.o sha256.o oslfsck.lsg.o deps := $(sort $(objects:.o=.d) $(fsck_objects:.o=.d)) headers := osl.h executables := oslfsck