summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-02-22 22:26:30 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-02-22 22:26:30 +0000
commitdff47f70a6782af318543fe75dac0e0edceae068 (patch)
tree4673ac480b159e7b67c7c36eb65157a0697a4e43
parentdbfffcbbd75ba3580599227db896d1b35029e06f (diff)
downloadgnutls-dff47f70a6782af318543fe75dac0e0edceae068.tar.gz
some fixes in makefiles.
-rw-r--r--configure.in3
-rw-r--r--doc/tex/Makefile.am1
-rw-r--r--lib/Makefile.am2
3 files changed, 4 insertions, 2 deletions
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 \