From 345521105a14102d4dd62788d5d3971270009760 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 11 Nov 2012 01:57:20 +0100 Subject: RBTree class (wrapper around BSD macros) - use for Goto table * the other classes (Table, StringTable, StringTableUndo) do not yet work --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5d7787a..7742afd 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ LDFLAGS:=$(GTK_LDFLAGS) $(SCI_LDFLAGS) all : sciteco sciteco : main.o cmdline.o undo.o expressions.o qbuffers.o \ - parser.o goto.o \ + parser.o goto.o rbtree.o \ gtk-info-popup.o $(CXX) -o $@ $^ $(LDFLAGS) -- cgit v1.2.3