X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilcclient%2FMakefile.ad;fp=lib%2Fsilcclient%2FMakefile.am;h=b85ac5a9f083af64a9c746681ad9cfa08c4ddbfc;hp=103e09e59bb1d61541d7489cbd7ff9bd0e5e60bd;hb=c257b555225193e54d85daf541d29578b3c93882;hpb=f658940d02cf2fd893296b6a7825b42502573668 diff --git a/lib/silcclient/Makefile.am b/lib/silcclient/Makefile.ad similarity index 76% rename from lib/silcclient/Makefile.am rename to lib/silcclient/Makefile.ad index 103e09e5..b85ac5a9 100644 --- a/lib/silcclient/Makefile.am +++ b/lib/silcclient/Makefile.ad @@ -1,14 +1,13 @@ # # Makefile.am # -# Author: Pekka Riikonen +# Author: Pekka Riikonen # -# Copyright (C) 2000 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 -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. +# the Free Software Foundation; version 2 of the License. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -34,7 +33,7 @@ libsilcclient_la_SOURCES = \ idlist.c \ protocol.c -if SILC_DIST_TOOLKIT +#ifdef SILC_DIST_TOOLKIT include_HEADERS= \ client.h \ command.h \ @@ -42,8 +41,10 @@ include_HEADERS= \ idlist.h \ protocol.h \ silcclient.h -endif -EXTRA_DIST = *.h client_ops_example.c +SILC_EXTRA_DIST = client_ops_example.c +#endif SILC_DIST_TOOLKIT + +EXTRA_DIST = *.h $(SILC_EXTRA_DIST) include $(top_srcdir)/Makefile.defines.in