Added implementation of VCard (RFC 2426).
[silc.git] / lib / silcutil / Makefile.am
index b91e5c5d1b60515344246704c65e6f22caf95376..c9c6d702c4d88419ab8938bec90f4a3e5163cbc1 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 \
@@ -50,10 +59,11 @@ libsilcutil_a_SOURCES = \
        silchashtable.c \
        silcsockconn.c  \
        silcprotocol.c  \
-       stacktrace.c
+       silcvcard.c
 
 if SILC_DIST_TOOLKIT
 include_HEADERS =      \
+       $(SILC_DIST_HEADER) \
        silcbuffer.h    \
        silcbuffmt.h    \
        silcconfig.h    \
@@ -71,6 +81,7 @@ include_HEADERS =     \
        silcfileutil.h  \
        silcutil.h      \
        silcstrutil.h   \
+       silcvcard.h     \
        silctypes.h
 endif