X-Git-Url: http://git.silcnet.org/gitweb/?p=runtime.git;a=blobdiff_plain;f=lib%2Fsilcutil%2FMakefile.ad;h=3456e38d37d7cff1f1730df5d0da39c36bd8128b;hp=8e86f36b721d3e5b9562664d42883de8bd957492;hb=a788ad407a51e84cfd41fedc6c053e62283ea2d7;hpb=72c2de619079457f7a68100eb13385275a424a23 diff --git a/lib/silcutil/Makefile.ad b/lib/silcutil/Makefile.ad index 8e86f36b..3456e38d 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 @@ -77,9 +65,9 @@ libsilcutil_la_SOURCES = \ silcbitops.c \ silcerrno.c \ silcgetopt.c \ - silcregex.c + silcregex.c \ + silcthreadqueue.c -#ifdef SILC_DIST_TOOLKIT include_HEADERS = \ $(SILC_DIST_HEADER) \ silcbuffer.h \ @@ -128,10 +116,10 @@ include_HEADERS = \ silcbitops.h \ silcerrno.h \ silcgetopt.h \ - silcregex.h + silcregex.h \ + silcthreadqueue.h -SILC_EXTRA_DIST = tests -#endif SILC_DIST_TOOLKIT +SILC_EXTRA_DIST = EXTRA_DIST = *.h $(SILC_EXTRA_DIST)