Compilation environment fixes to make make install work correctly.
[crypto.git] / lib / silcasn1 / Makefile.ad
index d266c853531b16ea759c15a0fa9cc66e02c907d9..26bca6169b28bd17c96acd41490d5a763ac2feb7 100644 (file)
@@ -3,7 +3,7 @@
 #
 #  Author: Pekka Riikonen <priikone@silcnet.org>
 #
-#  Copyright (C) 2003 - 2005 Pekka Riikonen
+#  Copyright (C) 2003 - 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
@@ -17,6 +17,8 @@
 
 AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
 
+SUBDIRS=tests
+
 noinst_LTLIBRARIES = libsilcasn1.la
 
 libsilcasn1_la_SOURCES =       \
@@ -24,16 +26,15 @@ libsilcasn1_la_SOURCES =    \
        silcasn1.c              \
        silcasn1_decode.c       \
        silcasn1_encode.c
+       silcber.h               \
+       silcasn1.h              \
+       silcasn1_i.h
 
-#ifdef SILC_DIST_TOOLKIT
 include_HEADERS =      \
        silcber.h       \
        silcasn1.h      \
        silcasn1_i.h
 
-SILC_EXTRA_DIST = tests
-#endif SILC_DIST_TOOLKIT
-
-EXTRA_DIST = *.h $(SILC_EXTRA_DIST)
+EXTRA_DIST = 
 
 include $(top_srcdir)/Makefile.defines.in