Compilation environment fixes to make make install work correctly.
[crypto.git] / lib / silcasn1 / Makefile.ad
index 34629a5ae3181c65d2460d98f82aae0b08679bea..26bca6169b28bd17c96acd41490d5a763ac2feb7 100644 (file)
@@ -17,6 +17,8 @@
 
 AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
 
+SUBDIRS=tests
+
 noinst_LTLIBRARIES = libsilcasn1.la
 
 libsilcasn1_la_SOURCES =       \
@@ -24,14 +26,15 @@ libsilcasn1_la_SOURCES =    \
        silcasn1.c              \
        silcasn1_decode.c       \
        silcasn1_encode.c
+       silcber.h               \
+       silcasn1.h              \
+       silcasn1_i.h
 
 include_HEADERS =      \
        silcber.h       \
        silcasn1.h      \
        silcasn1_i.h
 
-SILC_EXTRA_DIST = tests
-
-EXTRA_DIST = *.h $(SILC_EXTRA_DIST)
+EXTRA_DIST = 
 
 include $(top_srcdir)/Makefile.defines.in