Added SILC Tree API, a generic binary search tree interface
[runtime.git] / lib / silcutil / Makefile.ad
index 2d565d815a253e84f22cd896ecd28565cb381c63..a3898ffbcb07fc63da0aa3a94c8dec372c945108 100644 (file)
@@ -70,7 +70,8 @@ libsilcutil_la_SOURCES = \
        silcglobal.c    \
        silcbufferstream.c \
        silclocalnetstream.c \
-       silcxml.c
+       silcxml.c       \
+       silcavltree.c
 
 include_HEADERS =      \
        $(SILC_DIST_HEADER) \
@@ -128,7 +129,9 @@ include_HEADERS =   \
        silcdir.h       \
        silcbufferstream.h \
        silclocalnetstream.h \
-       silcxml.h
+       silcxml.h       \
+       silctree.h      \
+       silctree_i.h
 
 SILC_EXTRA_DIST =