X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Makefile;h=c0a84298b5a0fde300d18b46bc77d4da8d2e11a4;hb=e65be0b7aaee03fe4b700a65a828127147cc624f;hp=16ab0c7f026f3e94bd2c4d1ef1600bcc9ab4e837;hpb=7c27558c6236225b07c5d5def76299d2b5fe7635;p=git.git diff --git a/Makefile b/Makefile index 16ab0c7f..c0a84298 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ # DEFINES += -DUSE_STDEV -GIT_VERSION = 0.99.4 +GIT_VERSION = 0.99.5 CFLAGS = -g -O2 -Wall ALL_CFLAGS = $(CFLAGS) $(DEFINES) @@ -97,7 +97,7 @@ LIB_H=cache.h object.h blob.h tree.h commit.h tag.h delta.h epoch.h csum-file.h LIB_OBJS=read-cache.o sha1_file.o usage.o object.o commit.o tree.o blob.o \ tag.o date.o index.o diff-delta.o patch-delta.o entry.o path.o \ refs.o csum-file.o pack-check.o pkt-line.o connect.o ident.o \ - sha1_name.o + sha1_name.o setup.o LIB_H += rev-cache.h LIB_OBJS += rev-cache.o