X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2FMakefile.ad;h=ef7efb9c7270ebef541049be0ac80db167c512a1;hb=40729be849e8ca96bc129a35c1122286aa5f8705;hp=5412a6c1c7cf32c3ce82e7faf6b5db5f263f8bee;hpb=c83ba40afd93d30aa4464a1fed61387373c41d87;p=runtime.git diff --git a/lib/silcutil/Makefile.ad b/lib/silcutil/Makefile.ad index 5412a6c1..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,20 +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 \ silcthread.c \ silcdll.c \ - silcenv.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 \ @@ -91,6 +86,7 @@ include_HEADERS = \ silcschedule.h \ silcschedule_i.h \ silcthread.h \ + silcthread_i.h \ silclist.h \ silcdlist.h \ silcfileutil.h \ @@ -106,6 +102,8 @@ include_HEADERS = \ silcfsm.h \ silcfsm_i.h \ silctime.h \ + silctimer.h \ + silctimer_i.h \ silcmime.h \ silcmime_i.h \ silcasync.h \ @@ -114,10 +112,19 @@ include_HEADERS = \ silcstack_i.h \ silcsnprintf.h \ silcdll.h \ - silcenv.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)