X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilcutil%2FMakefile.ad;fp=lib%2Fsilcutil%2FMakefile.am;h=c9ba5f61ffb1a1a2abb83ba1fda97779d27bf487;hp=b5530d6ef12ab0253af28a9fc04c188475c65525;hb=c257b555225193e54d85daf541d29578b3c93882;hpb=f658940d02cf2fd893296b6a7825b42502573668 diff --git a/lib/silcutil/Makefile.am b/lib/silcutil/Makefile.ad similarity index 81% rename from lib/silcutil/Makefile.am rename to lib/silcutil/Makefile.ad index b5530d6e..c9ba5f61 100644 --- a/lib/silcutil/Makefile.am +++ b/lib/silcutil/Makefile.ad @@ -1,9 +1,9 @@ # -# Makefile.am +# Makefile.ad # # Author: Pekka Riikonen # -# Copyright (C) 2000 - 2002 Pekka Riikonen +# Copyright (C) 2000 - 2005 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 @@ -35,13 +35,12 @@ endif endif endif -if SILC_DIST_TOOLKIT +DIST_SUBDIRS=win32 epoc beos os2 unix + +#ifdef SILC_DIST_TOOLKIT SILC_DIST_SOURCE = stacktrace.c SILC_DIST_HEADER = stacktrace.h -else -SILC_DIST_SOURCE = -SILC_DIST_HEADER = -endif +#endif SILC_DIST_TOOLKIT noinst_LTLIBRARIES = libsilcutil.la @@ -60,9 +59,11 @@ libsilcutil_la_SOURCES = \ silcsockconn.c \ silcprotocol.c \ silcvcard.c \ - silcapputil.c + silcapputil.c \ + silcutf8.c \ + silcstringprep.c -if SILC_DIST_TOOLKIT +#ifdef SILC_DIST_TOOLKIT include_HEADERS = \ $(SILC_DIST_HEADER) \ silcbuffer.h \ @@ -84,9 +85,13 @@ include_HEADERS = \ silcstrutil.h \ silcvcard.h \ silcapputil.h \ + silcutf8.h \ + silcstringprep.h \ silctypes.h -endif -EXTRA_DIST = *.h +SILC_EXTRA_DIST = tests +#endif SILC_DIST_TOOLKIT + +EXTRA_DIST = *.h $(SILC_EXTRA_DIST) include $(top_srcdir)/Makefile.defines.in