X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2FMakefile.ad;h=cb837bd31d619ebe5438c535b4bbf4f28516967a;hb=9905799a86c606304fd7df2cd401de1740a272a1;hp=9f5c80ce115c3594b22c679b2ad724d4f0ae89d8;hpb=8dc0b1dfbdf60e909f478f7fca161d3e37996354;p=silc.git diff --git a/lib/silcutil/Makefile.ad b/lib/silcutil/Makefile.ad index 9f5c80ce..cb837bd3 100644 --- a/lib/silcutil/Makefile.ad +++ b/lib/silcutil/Makefile.ad @@ -3,7 +3,7 @@ # # Author: Pekka Riikonen # -# Copyright (C) 2000 - 2005 Pekka Riikonen +# Copyright (C) 2000 - 2006 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 @@ -20,22 +20,14 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign if SILC_WIN32 SUBDIRS=win32 else -if SILC_EPOC -SUBDIRS=epoc -else -if SILC_BEOS -SUBDIRS=beos -else -if SILC_OS2 -SUBDIRS=os2 +if SILC_SYMBIAN +SUBDIRS=symbian else SUBDIRS=unix endif endif -endif -endif -DIST_SUBDIRS=win32 epoc beos os2 unix +DIST_SUBDIRS=win32 symbian unix #ifdef SILC_DIST_TOOLKIT SILC_DIST_SOURCE = stacktrace.c @@ -56,8 +48,6 @@ libsilcutil_la_SOURCES = \ silcstrutil.c \ silcutil.c \ silchashtable.c \ - silcvcard.c \ - silcapputil.c \ silcutf8.c \ silcstringprep.c \ silcstream.c \ @@ -67,8 +57,7 @@ libsilcutil_la_SOURCES = \ silcasync.c \ silctime.c \ silcmime.c \ - silcstack.c \ - silcidcache.c + silcstack.c #ifdef SILC_DIST_TOOLKIT include_HEADERS = \ @@ -90,8 +79,6 @@ include_HEADERS = \ silcfileutil.h \ silcutil.h \ silcstrutil.h \ - silcvcard.h \ - silcapputil.h \ silcutf8.h \ silcstringprep.h \ silctypes.h \ @@ -105,8 +92,7 @@ include_HEADERS = \ silcasync.h \ silcasync_i.h \ silcstack.h \ - silcstack_i.h \ - silcidcache.h + silcstack_i.h SILC_EXTRA_DIST = tests #endif SILC_DIST_TOOLKIT