SILC_FSM_* state macros doesn't return anymore. They must be
[silc.git] / lib / silcutil / Makefile.ad
index cb837bd31d619ebe5438c535b4bbf4f28516967a..0c92bc3b0606b87a680edd101b28c7a2914eb4f6 100644 (file)
@@ -3,7 +3,7 @@
 #
 #  Author: Pekka Riikonen <priikone@silcnet.org>
 #
-#  Copyright (C) 2000 - 2006 Pekka Riikonen
+#  Copyright (C) 2000 - 2007 Pekka Riikonen
 #
 #  This program is free software; you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License as published by
@@ -27,7 +27,17 @@ SUBDIRS=unix
 endif
 endif
 
+#ifdef SILC_DIST_TOOLKIT
 DIST_SUBDIRS=win32 symbian unix
+#else !SILC_DIST_TOOLKIT
+#ifdef SILC_DIST_CLIENT
+DIST_SUBDIRS=win32 unix
+#else !SILC_DIST_CLIENT
+#ifdef SILC_DIST_SERVER
+DIST_SUBDIRS=unix
+#endif SILC_DIST_SERVER
+#endif SILC_DIST_CLIENT
+#endif SILC_DIST_TOOLKIT
 
 #ifdef SILC_DIST_TOOLKIT
 SILC_DIST_SOURCE = stacktrace.c
@@ -57,7 +67,8 @@ libsilcutil_la_SOURCES = \
        silcasync.c     \
        silctime.c      \
        silcmime.c      \
-       silcstack.c
+       silcstack.c     \
+       silcsnprintf.c
 
 #ifdef SILC_DIST_TOOLKIT
 include_HEADERS =      \
@@ -92,7 +103,8 @@ include_HEADERS =    \
        silcasync.h     \
        silcasync_i.h   \
        silcstack.h     \
-       silcstack_i.h
+       silcstack_i.h   \
+       silcsnprintf.h
 
 SILC_EXTRA_DIST = tests
 #endif SILC_DIST_TOOLKIT