From: Simon Josefsson Date: Sat, 16 May 2009 14:25:54 +0000 (+0200) Subject: Fix old gnulib lgpl/ paths. X-Git-Tag: gnutls_2_7_11~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ed17272e4b6f6901cb65f46436a6adddea9f13c;p=thirdparty%2Fgnutls.git Fix old gnulib lgpl/ paths. Reported by "Tom G. Christensen" in . --- diff --git a/doc/doxygen/Doxyfile.in b/doc/doxygen/Doxyfile.in index 16d36d86f6..003e191487 100644 --- a/doc/doxygen/Doxyfile.in +++ b/doc/doxygen/Doxyfile.in @@ -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 diff --git a/libextra/gl/Makefile.am b/libextra/gl/Makefile.am index 281c0a4d24..5b53ce9a78 100644 --- a/libextra/gl/Makefile.am +++ b/libextra/gl/Makefile.am @@ -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