From 5448596aceeaf54e6f4f17d72f4934778dd3951f Mon Sep 17 00:00:00 2001 From: theraven Date: Sun, 10 Jul 2011 17:20:10 +0000 Subject: [PATCH] Update Makefile. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2356b6a..ff17db2 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ .SUFFIXES: .cc .c .m .o MAJOR_VERSION = 1 -MINOR_VERSION = 4 +MINOR_VERSION = 5 SUBMINOR_VERSION = 0 VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION) @@ -27,6 +27,7 @@ OBJECTS = \ Protocol2.o\ abi_version.o\ alias_table.o\ + arc.o\ associate.o\ blocks_runtime.o\ caps.o\