From 7a6e4fd59cb3d1fdb5cc0cbb4433e34246b8e794 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 21 Mar 2004 18:54:33 +0000 Subject: [PATCH] *** empty log message *** --- src/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/makefile b/src/makefile index 1e8984d..a6b9ed9 100755 --- a/src/makefile +++ b/src/makefile @@ -15,7 +15,8 @@ SOURCES = \ stack_content_by_name.cpp \ object.cpp \ class_info.cpp \ - class_registry.cpp + class_registry.cpp \ + link_compatibility.cpp OBJECTS = $(SOURCES:.cpp=.o) -- 2.11.4.GIT