aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-11 01:57:20 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-11 01:57:20 +0100
commit345521105a14102d4dd62788d5d3971270009760 (patch)
treea4174409eff2b67a48e8d578cf1bb0c3ed41b4b8 /Makefile
parent523947d30c5fb2e1a804023dcf7f1aa70a9a6932 (diff)
downloadsciteco-345521105a14102d4dd62788d5d3971270009760.tar.gz
RBTree class (wrapper around BSD macros) - use for Goto table
* the other classes (Table, StringTable, StringTableUndo) do not yet work
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)