]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix old gnulib lgpl/ paths.
authorSimon Josefsson <simon@josefsson.org>
Sat, 16 May 2009 14:25:54 +0000 (16:25 +0200)
committerSimon Josefsson <simon@josefsson.org>
Sat, 16 May 2009 14:25:54 +0000 (16:25 +0200)
Reported by "Tom G. Christensen" <tgc@jupiterrise.com>
in <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3556>.

doc/doxygen/Doxyfile.in
libextra/gl/Makefile.am

index 16d36d86f63715b096c2cc9e0bee3b14d1fa9951..003e1914878106b11ee2f953473efa986b93cf68 100644 (file)
@@ -577,7 +577,7 @@ EXCLUDE_SYMLINKS       = NO
 # against the file with absolute path, so to exclude all test directories 
 # for example use the pattern */test/*
 
-EXCLUDE_PATTERNS       = */config.h */doc/* */build-aux/* */gl/* */lgl/* */src/*-gaa.? */src/cfg/* */tests/* */guile/* *.cpp */gnutlsxx.h */lib/minitasn1/* *openssl*
+EXCLUDE_PATTERNS       = */config.h */doc/* */build-aux/* */gl/* */src/*-gaa.? */src/cfg/* */tests/* */guile/* *.cpp */gnutlsxx.h */lib/minitasn1/* *openssl*
 
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names 
 # (namespaces, classes, functions, etc.) that should be excluded from the 
index 281c0a4d24c02eefac4022420648f3f5bbfa2f30..5b53ce9a7836475b2313af002c3b38ac0a950665 100644 (file)
@@ -34,6 +34,6 @@ CLEANFILES =
 DISTCLEANFILES =
 MAINTAINERCLEANFILES =
 
-AM_CPPFLAGS = -I$(top_srcdir)/lgl -I$(top_builddir)/lgl
+AM_CPPFLAGS = -I$(srcdir)/../../lib/gl -I$(builddir)/../../lib/gl
 
 include gnulib.mk