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