From: Nikos Mavrogiannopoulos Date: Sat, 22 Feb 2003 22:26:30 +0000 (+0000) Subject: some fixes in makefiles. X-Git-Tag: gnutls_0_8_3~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dff47f70a6782af318543fe75dac0e0edceae068;p=thirdparty%2Fgnutls.git some fixes in makefiles. --- diff --git a/configure.in b/configure.in index cd1b9b4c54..c194437e3b 100644 --- a/configure.in +++ b/configure.in @@ -276,8 +276,9 @@ dnl We now need libtasn1 0.2.x dnl AC_CHECK_LIB( tasn1, asn1_read_tag,:, minitasn1_enabled=yes + AC_MSG_WARN([[ *** -*** LibtASN1 0.2.x was not found. Will use the included one.)) +*** LibtASN1 0.2.x was not found. Will use the included one.]]))) if test x$opt_developer_mode = xyes; then diff --git a/doc/tex/Makefile.am b/doc/tex/Makefile.am index dec2a362aa..9b1b93fda0 100644 --- a/doc/tex/Makefile.am +++ b/doc/tex/Makefile.am @@ -57,3 +57,4 @@ examples: $(EXAMPLE_OBJECTS) cat $$i|grep -v "^\\\\" > ../examples/$$out.c; \ done +dist-hook: examples diff --git a/lib/Makefile.am b/lib/Makefile.am index 5f5eeadfce..72a665b5d5 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,7 +4,7 @@ bin_SCRIPTS = libgnutls-config m4datadir = $(datadir)/aclocal m4data_DATA = libgnutls.m4 -DIST_SUBDIRS = minitasn1 +DIST_SUBDIRS = minitasn1 x509 SUBDIRS = $(MINITASN1_DIR) x509 EXTRA_DIST = debug.h gnutls_compress.h defines.h gnutls.asn pkix.asn \