X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2FMakefile.ad;h=972b83d68c29c8e5812b97011b20c8bc4602d586;hb=8d875a67439e0643f628e41d094190d76d30f6ef;hp=09bc5bcd1542164705d200ab1073ce8dd3d8e8a8;hpb=182f1698206a2227616be30691591eea1274cd2b;p=runtime.git diff --git a/lib/silcutil/Makefile.ad b/lib/silcutil/Makefile.ad index 09bc5bcd..972b83d6 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,17 @@ 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 \ + silcbufferstream.c \ + silcxml.c -#ifdef SILC_DIST_TOOLKIT include_HEADERS = \ $(SILC_DIST_HEADER) \ silcbuffer.h \ @@ -93,6 +88,7 @@ include_HEADERS = \ silcschedule.h \ silcschedule_i.h \ silcthread.h \ + silcthread_i.h \ silclist.h \ silcdlist.h \ silcfileutil.h \ @@ -119,10 +115,20 @@ 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 \ + silcbufferstream.h \ + silcxml.h -SILC_EXTRA_DIST = tests -#endif SILC_DIST_TOOLKIT +SILC_EXTRA_DIST = EXTRA_DIST = *.h $(SILC_EXTRA_DIST)