Compilation environment fixes to make make install work correctly.
[crypto.git] / lib / silcssh / Makefile.ad
index 6a45dabbc486c6e250099d69cfd093a61098f953..102f8c9cfe1cc5f9f30db5b15d2e299b3f921f94 100644 (file)
 
 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
 
 include_HEADERS = silcssh.h silcssh_i.h
 
-EXTRA_DIST = *.h $(SILC_EXTRA_DIST)
+EXTRA_DIST =
 
 include $(top_srcdir)/Makefile.defines.in