diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-11 01:57:20 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-11 01:57:20 +0100 |
commit | 345521105a14102d4dd62788d5d3971270009760 (patch) | |
tree | a4174409eff2b67a48e8d578cf1bb0c3ed41b4b8 /Makefile | |
parent | 523947d30c5fb2e1a804023dcf7f1aa70a9a6932 (diff) | |
download | sciteco-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |