X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2FMakefile.ad;h=ef7efb9c7270ebef541049be0ac80db167c512a1;hb=40729be849e8ca96bc129a35c1122286aa5f8705;hp=09bc5bcd1542164705d200ab1073ce8dd3d8e8a8;hpb=182f1698206a2227616be30691591eea1274cd2b;p=runtime.git diff --git a/lib/silcutil/Makefile.ad b/lib/silcutil/Makefile.ad index 09bc5bcd..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,7 +48,6 @@ libsilcutil_la_SOURCES = \ silchashtable.c \ silcutf8.c \ silcstringprep.c \ - silcstream.c \ silcfdstream.c \ silcsocketstream.c \ silcfsm.c \ @@ -73,9 +60,15 @@ libsilcutil_la_SOURCES = \ silcthread.c \ silcdll.c \ silcenv.c \ - silcbase64.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 \ @@ -93,6 +86,7 @@ include_HEADERS = \ silcschedule.h \ silcschedule_i.h \ silcthread.h \ + silcthread_i.h \ silclist.h \ silcdlist.h \ silcfileutil.h \ @@ -119,10 +113,18 @@ include_HEADERS = \ silcsnprintf.h \ silcdll.h \ silcenv.h \ - silcbase64.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)