X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilcsftp%2FMakefile.ad;fp=lib%2Fsilcsftp%2FMakefile.am;h=de35d2ad2494057fec0eb5f28b6c22f2a1c3738e;hp=1d0932975eff50b02554022531ef93dfaed0fdab;hb=c257b555225193e54d85daf541d29578b3c93882;hpb=f658940d02cf2fd893296b6a7825b42502573668 diff --git a/lib/silcsftp/Makefile.am b/lib/silcsftp/Makefile.ad similarity index 76% rename from lib/silcsftp/Makefile.am rename to lib/silcsftp/Makefile.ad index 1d093297..de35d2ad 100644 --- a/lib/silcsftp/Makefile.am +++ b/lib/silcsftp/Makefile.ad @@ -1,14 +1,13 @@ # -# Makefile.am +# Makefile.ad # # Author: Pekka Riikonen # -# Copyright (C) 2001 Pekka Riikonen +# Copyright (C) 2001 - 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 @@ -26,12 +25,14 @@ libsilcsftp_la_SOURCES = \ sftp_util.c \ sftp_fs_memory.c -if SILC_DIST_TOOLKIT +#ifdef SILC_DIST_TOOLKIT include_HEADERS = \ silcsftp.h \ silcsftp_fs.h -endif -EXTRA_DIST = *.h tests +SILC_EXTRA_DIST = tests +#endif SILC_DIST_TOOLKIT + +EXTRA_DIST = *.h $(SILC_EXTRA_DIST) include $(top_srcdir)/Makefile.defines.in