Compilation environment fixes to make make install work correctly.
[crypto.git] / lib / silcskr / Makefile.ad
index 26c9a6a953f34c689824a289ef729f1206a69881..125009f806b3ec0fed3bdc40366db736cac1f832 100644 (file)
@@ -3,7 +3,7 @@
 #
 #  Author: Pekka Riikonen <priikone@silcnet.org>
 #
-#  Copyright (C) 2005 Pekka Riikonen
+#  Copyright (C) 2005 - 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 = libsilcskr.la
 
-libsilcskr_la_SOURCES = silcskr.c
+libsilcskr_la_SOURCES = silcskr.c silcskr.h silcskr_i.h
 
-#ifdef SILC_DIST_TOOLKIT
 include_HEADERS = silcskr.h silcskr_i.h
-#endif SILC_DIST_TOOLKIT
 
-EXTRA_DIST = *.h $(SILC_EXTRA_DIST)
+EXTRA_DIST = 
 
 include $(top_srcdir)/Makefile.defines.in