Added implementation of VCard (RFC 2426).
[silc.git] / lib / silcutil / Makefile.am
index 07fb94619bb4d008c72a9fc45fa7446a6a6ff5ad..c9c6d702c4d88419ab8938bec90f4a3e5163cbc1 100644 (file)
@@ -23,29 +23,49 @@ else
 if SILC_EPOC
 SUBDIRS=epoc
 else
+if SILC_BEOS
+SUBDIRS=beos
+else
+if SILC_OS2
+SUBDIRS=os2
+else
 SUBDIRS=unix
 endif
 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 \
        silcmemory.c \
        silcnet.c \
        silcschedule.c \
+       silcfileutil.c \
+       silcstrutil.c \
        silcutil.c \
        silchashtable.c \
        silcsockconn.c  \
-       silcprotocol.c
+       silcprotocol.c  \
+       silcvcard.c
 
 if SILC_DIST_TOOLKIT
 include_HEADERS =      \
+       $(SILC_DIST_HEADER) \
        silcbuffer.h    \
        silcbuffmt.h    \
-       silcbufutil.h   \
        silcconfig.h    \
        silchashtable.h \
        silclog.h       \
@@ -58,7 +78,11 @@ include_HEADERS =    \
        silcthread.h    \
        silclist.h      \
        silcdlist.h     \
-       silcutil.h
+       silcfileutil.h  \
+       silcutil.h      \
+       silcstrutil.h   \
+       silcvcard.h     \
+       silctypes.h
 endif
 
 EXTRA_DIST = *.h