Renamed stacktrace to memtrace
[runtime.git] / lib / silcutil / Makefile.ad
index 75df24b23722da997fc8dd777dfa5c5dc64f3f08..9ddeb19e79e0f68788a592405962281bb6ac545a 100644 (file)
@@ -29,8 +29,8 @@ endif
 
 DIST_SUBDIRS=win32 symbian unix tests
 
-SILC_DIST_SOURCE = stacktrace.c
-SILC_DIST_HEADER = stacktrace.h
+SILC_DIST_SOURCE = memtrace.c
+SILC_DIST_HEADER = memtrace.h
 
 noinst_LTLIBRARIES = libsilcutil.la
 
@@ -68,7 +68,10 @@ libsilcutil_la_SOURCES = \
        silcthreadqueue.c \
        silcrand.c      \
        silcglobal.c    \
-       silcbufferstream.c
+       silcbufferstream.c \
+       silclocalnetstream.c \
+       silcxml.c       \
+       silcavltree.c
 
 include_HEADERS =      \
        $(SILC_DIST_HEADER) \
@@ -124,7 +127,11 @@ include_HEADERS =  \
        silcglobal.h    \
        silcruntime.h   \
        silcdir.h       \
-       silcbufferstream.h
+       silcbufferstream.h \
+       silclocalnetstream.h \
+       silcxml.h       \
+       silctree.h      \
+       silctree_i.h
 
 SILC_EXTRA_DIST =