X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2FMakefile.ad;h=ef7efb9c7270ebef541049be0ac80db167c512a1;hb=40729be849e8ca96bc129a35c1122286aa5f8705;hp=b685a75fa96d3d9b62a762d995f0c3be8a1675f4;hpb=8fd8212bcd16f2b53fbedff2a9b9a4e8c15b9695;p=runtime.git diff --git a/lib/silcutil/Makefile.ad b/lib/silcutil/Makefile.ad index b685a75f..ef7efb9c 100644 --- a/lib/silcutil/Makefile.ad +++ b/lib/silcutil/Makefile.ad @@ -3,7 +3,7 @@ # # Author: Pekka Riikonen # -# Copyright (C) 2000 - 2007 Pekka Riikonen +# Copyright (C) 2000 - 2008 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 @@ -23,26 +23,14 @@ else if SILC_SYMBIAN SUBDIRS=symbian else -SUBDIRS=unix +SUBDIRS=unix tests 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 +DIST_SUBDIRS=win32 symbian unix tests -#ifdef SILC_DIST_TOOLKIT SILC_DIST_SOURCE = stacktrace.c SILC_DIST_HEADER = stacktrace.h -#endif SILC_DIST_TOOLKIT noinst_LTLIBRARIES = libsilcutil.la @@ -60,17 +48,27 @@ libsilcutil_la_SOURCES = \ silchashtable.c \ silcutf8.c \ silcstringprep.c \ - silcstream.c \ silcfdstream.c \ silcsocketstream.c \ silcfsm.c \ silcasync.c \ silctime.c \ + silctimer.c \ silcmime.c \ silcstack.c \ - silcsnprintf.c + silcsnprintf.c \ + silcthread.c \ + silcdll.c \ + silcenv.c \ + silcbase64.c \ + silcbitops.c \ + silcerrno.c \ + silcgetopt.c \ + silcregex.c \ + silcthreadqueue.c \ + silcrand.c \ + silcglobal.c -#ifdef SILC_DIST_TOOLKIT include_HEADERS = \ $(SILC_DIST_HEADER) \ silcbuffer.h \ @@ -88,6 +86,7 @@ include_HEADERS = \ silcschedule.h \ silcschedule_i.h \ silcthread.h \ + silcthread_i.h \ silclist.h \ silcdlist.h \ silcfileutil.h \ @@ -103,16 +102,29 @@ include_HEADERS = \ 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 \ - silcsnprintf.h + silcsnprintf.h \ + silcdll.h \ + silcenv.h \ + silcbase64.h \ + silcbitops.h \ + silcerrno.h \ + silcgetopt.h \ + silcregex.h \ + silcthreadqueue.h \ + silcrand.h \ + silcglobal.h \ + silcruntime.h \ + silcdir.h -SILC_EXTRA_DIST = tests -#endif SILC_DIST_TOOLKIT +SILC_EXTRA_DIST = EXTRA_DIST = *.h $(SILC_EXTRA_DIST)