diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-03-02 09:23:04 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-03-02 09:23:04 +0100 |
commit | faf02c0e6bc2821fba66d170921af079e76698a4 (patch) | |
tree | 835825a08420cb90c257b13c6d7c60bc378fc002 | |
parent | 30ac5edd43bea67976b4796d0f78b1ab854284bf (diff) | |
download | gnutls-faf02c0e6bc2821fba66d170921af079e76698a4.tar.gz |
Add -I's for errcodes/printlist.
Reported by Roman Bogorodskiy <novel@FreeBSD.org> in
<http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3435>.
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index df09b01c8a..dadd29eda8 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -133,6 +133,8 @@ errcodes_LDADD = ../lib/libgnutls.la ../gl/libgnu.la printlist_SOURCES = printlist.c printlist_LDADD = ../lib/libgnutls.la ../gl/libgnu.la +AM_CPPFLAGS = -I$(top_srcdir)/lib/includes -I$(top_builddir)/lib/includes + error_codes.texi: $(top_srcdir)/lib/gnutls_errors.c $(srcdir)/errcodes.c -./errcodes > error_codes.texi |