Renamed stacktrace to memtrace
[runtime.git] / lib / silcutil / Makefile.ad
index ef7efb9c7270ebef541049be0ac80db167c512a1..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
 
@@ -67,7 +67,11 @@ libsilcutil_la_SOURCES = \
        silcregex.c     \
        silcthreadqueue.c \
        silcrand.c      \
-       silcglobal.c
+       silcglobal.c    \
+       silcbufferstream.c \
+       silclocalnetstream.c \
+       silcxml.c       \
+       silcavltree.c
 
 include_HEADERS =      \
        $(SILC_DIST_HEADER) \
@@ -122,7 +126,12 @@ include_HEADERS =  \
        silcrand.h      \
        silcglobal.h    \
        silcruntime.h   \
-       silcdir.h
+       silcdir.h       \
+       silcbufferstream.h \
+       silclocalnetstream.h \
+       silcxml.h       \
+       silctree.h      \
+       silctree_i.h
 
 SILC_EXTRA_DIST =