X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2FMakefile.ad;h=8e86f36b721d3e5b9562664d42883de8bd957492;hb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;hp=76c73df80dafbe7b174dd7168866ff13ad87c8b1;hpb=ebfae3bbce6fed0dece516307f537ce5e270e7e0;p=silc.git diff --git a/lib/silcutil/Makefile.ad b/lib/silcutil/Makefile.ad index 76c73df8..8e86f36b 100644 --- a/lib/silcutil/Makefile.ad +++ b/lib/silcutil/Makefile.ad @@ -3,7 +3,7 @@ # # Author: Pekka Riikonen # -# Copyright (C) 2000 - 2005 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 @@ -20,22 +20,24 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign if SILC_WIN32 SUBDIRS=win32 else -if SILC_EPOC -SUBDIRS=epoc -else -if SILC_BEOS -SUBDIRS=beos -else -if SILC_OS2 -SUBDIRS=os2 +if SILC_SYMBIAN +SUBDIRS=symbian else SUBDIRS=unix endif endif -endif -endif -DIST_SUBDIRS=win32 epoc beos os2 unix +#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 @@ -64,8 +66,18 @@ libsilcutil_la_SOURCES = \ silcfsm.c \ silcasync.c \ silctime.c \ + silctimer.c \ silcmime.c \ - silcstack.c + silcstack.c \ + silcsnprintf.c \ + silcthread.c \ + silcdll.c \ + silcenv.c \ + silcbase64.c \ + silcbitops.c \ + silcerrno.c \ + silcgetopt.c \ + silcregex.c #ifdef SILC_DIST_TOOLKIT include_HEADERS = \ @@ -78,10 +90,14 @@ include_HEADERS = \ silclog_i.h \ silcmemory.h \ silcmutex.h \ + silcatomic.h \ + silccond.h \ silcnet.h \ + silcnet_i.h \ silcschedule.h \ silcschedule_i.h \ silcthread.h \ + silcthread_i.h \ silclist.h \ silcdlist.h \ silcfileutil.h \ @@ -93,14 +109,26 @@ include_HEADERS = \ silcstream.h \ silcfdstream.h \ silcsocketstream.h \ + silcsocketstream_i.h \ silcfsm.h \ silcfsm_i.h \ silctime.h \ + silctimer.h \ + silctimer_i.h \ silcmime.h \ + silcmime_i.h \ silcasync.h \ silcasync_i.h \ silcstack.h \ - silcstack_i.h + silcstack_i.h \ + silcsnprintf.h \ + silcdll.h \ + silcenv.h \ + silcbase64.h \ + silcbitops.h \ + silcerrno.h \ + silcgetopt.h \ + silcregex.h SILC_EXTRA_DIST = tests #endif SILC_DIST_TOOLKIT