Added silcapputil.[ch] for application utility functions for
[silc.git] / lib / silcutil / Makefile.am
index 2b65ce0f3360726fcbf8ac52e3050f4f7a0d57d2..96ae75c088f9635fc16f52690c35ca1f1272e88c 100644 (file)
@@ -35,9 +35,18 @@ endif
 endif
 endif
 
+if SILC_DIST_TOOLKIT
+SILC_DIST_SOURCE = stacktrace.c
+SILC_DIST_HEADER = stacktrace.h
+else
+SILC_DIST_SOURCE =
+SILC_DIST_HEADER =
+endif
+
 noinst_LIBRARIES = libsilcutil.a
 
 libsilcutil_a_SOURCES = \
+       $(SILC_DIST_SOURCE) \
        silcbuffmt.c \
        silcconfig.c \
        silclog.c \
@@ -49,10 +58,13 @@ libsilcutil_a_SOURCES = \
        silcutil.c \
        silchashtable.c \
        silcsockconn.c  \
-       silcprotocol.c
+       silcprotocol.c  \
+       silcvcard.c     \
+       silcapputil.c
 
 if SILC_DIST_TOOLKIT
 include_HEADERS =      \
+       $(SILC_DIST_HEADER) \
        silcbuffer.h    \
        silcbuffmt.h    \
        silcconfig.h    \
@@ -70,6 +82,8 @@ include_HEADERS =     \
        silcfileutil.h  \
        silcutil.h      \
        silcstrutil.h   \
+       silcvcard.h     \
+       silcapputil.h   \
        silctypes.h
 endif