Added AVL
[cacao.git] / toolbox / Makefile.am
index f33b8742050a3902cf04556ff81e5b5c0f7fde6c..9a8f17084081c8f45323e67187953ea86362079f 100644 (file)
@@ -1,10 +1,12 @@
 ## Process this file with automake to produce Makefile.in
 
-# $Id: Makefile.am 662 2003-11-21 18:06:25Z jowenn $
+# $Id: Makefile.am 882 2004-01-14 12:37:05Z stefan $
 
 noinst_LIBRARIES = libtoolbox.a
 
 libtoolbox_a_SOURCES = \
+       avl.c \
+       avl.h \
        memory.c \
        memory.h \
        loging.c \