Merged silc_1_0_branch to trunk.
[silc.git] / lib / silcsftp / Makefile.ad
similarity index 76%
rename from lib/silcsftp/Makefile.am
rename to lib/silcsftp/Makefile.ad
index 1d0932975eff50b02554022531ef93dfaed0fdab..de35d2ad2494057fec0eb5f28b6c22f2a1c3738e 100644 (file)
@@ -1,14 +1,13 @@
 #
-#  Makefile.am
+#  Makefile.ad
 #
 #  Author: Pekka Riikonen <priikone@silcnet.org>
 #
-#  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