Compilation environment fixes to make make install work correctly.
[crypto.git] / lib / silcssh / Makefile.ad
index c439bdd93bf0e37b1e6a978e898e22e173e7fe78..102f8c9cfe1cc5f9f30db5b15d2e299b3f921f94 100644 (file)
@@ -3,7 +3,7 @@
 #
 #  Author: Pekka Riikonen <priikone@silcnet.org>
 #
-#  Copyright (C) 2007 Pekka Riikonen
+#  Copyright (C) 2007 - 2008 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
 
 AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
 
+SUBDIRS=tests
+
 noinst_LTLIBRARIES = libsilcssh.la
 
-libsilcssh_la_SOURCES = silcssh.c silcssh_pkcs.c
+libsilcssh_la_SOURCES =        \
+       silcssh.c               \
+       silcssh_pkcs.c          \
+       silcssh.h               \
+       silcssh_i.h             \
+       silcssh_pkcs.h
 
-#ifdef SILC_DIST_TOOLKIT
 include_HEADERS = silcssh.h silcssh_i.h
-#endif SILC_DIST_TOOLKIT
 
-EXTRA_DIST = *.h $(SILC_EXTRA_DIST)
+EXTRA_DIST =
 
 include $(top_srcdir)/Makefile.defines.in