diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-02-13 07:58:06 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-02-13 07:58:06 +0000 |
commit | 064611eb25572db20d88d3653a6e43ef272a2e78 (patch) | |
tree | 06dd4598563e50afa7d9d9517a42121d8d4147e0 /libextra | |
parent | 5a603bbbe0f5a5cd5463b251a6100c714919f3a5 (diff) | |
download | gnutls-064611eb25572db20d88d3653a6e43ef272a2e78.tar.gz |
Don't include gl/.
Diffstat (limited to 'libextra')
-rw-r--r-- | libextra/openpgp/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libextra/openpgp/Makefile.am b/libextra/openpgp/Makefile.am index dab7e1d409..116f93ba96 100644 --- a/libextra/openpgp/Makefile.am +++ b/libextra/openpgp/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation # # Author: Nikos Mavroyanopoulos # @@ -21,7 +21,6 @@ # 02110-1301, USA. AM_CPPFLAGS = -I$(top_srcdir)/lgl -I$(top_builddir)/lgl \ - -I$(top_srcdir)/gl -I$(top_builddir)/gl \ -I$(top_srcdir)/crypto -I$(top_srcdir)/lib \ -I$(top_srcdir)/includes -I../../includes \ -I$(top_srcdir)/libextra/opencdk |