Added silcapputil.[ch] for application utility functions for
[silc.git] / lib / silcutil / Makefile.am
index 93979c86d113930d90d8883165d79237eef299f8..96ae75c088f9635fc16f52690c35ca1f1272e88c 100644 (file)
@@ -58,7 +58,9 @@ libsilcutil_a_SOURCES = \
        silcutil.c \
        silchashtable.c \
        silcsockconn.c  \
-       silcprotocol.c
+       silcprotocol.c  \
+       silcvcard.c     \
+       silcapputil.c
 
 if SILC_DIST_TOOLKIT
 include_HEADERS =      \
@@ -80,6 +82,8 @@ include_HEADERS =     \
        silcfileutil.h  \
        silcutil.h      \
        silcstrutil.h   \
+       silcvcard.h     \
+       silcapputil.h   \
        silctypes.h
 endif