]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
some fixes in makefiles.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 22 Feb 2003 22:26:30 +0000 (22:26 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 22 Feb 2003 22:26:30 +0000 (22:26 +0000)
configure.in
doc/tex/Makefile.am
lib/Makefile.am

index cd1b9b4c5425e0dd5ab58ef593fb030a67e473a4..c194437e3b7b7ea82528bd2b20331507f6558aa0 100644 (file)
@@ -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
index dec2a362aa99df1283c4652253a9b8e680e88323..9b1b93fda0cd7c70baa233e00bc108512a4113e0 100644 (file)
@@ -57,3 +57,4 @@ examples: $(EXAMPLE_OBJECTS)
                cat $$i|grep -v "^\\\\" > ../examples/$$out.c; \
                done
 
+dist-hook: examples
index 5f5eeadfce3c2e9f3a43c57ee94999df7867308d..72a665b5d5ec572e0fbc4d80d51953b2499eec4e 100644 (file)
@@ -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 \