diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-09-21 12:28:53 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-09-21 12:28:53 +0200 |
commit | de1d12ecc3323cba2814d108e1ac847908bba4ab (patch) | |
tree | 85078b3aeca050fa00a7fda9b628440cfead304e /libextra/Makefile.am | |
parent | 96c0aca73449f2ac5430526db859a43633165123 (diff) | |
download | gnutls-de1d12ecc3323cba2814d108e1ac847908bba4ab.tar.gz |
Use srcdir for -Igl/.
Diffstat (limited to 'libextra/Makefile.am')
-rw-r--r-- | libextra/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libextra/Makefile.am b/libextra/Makefile.am index f4dba56748..9c9376ceea 100644 --- a/libextra/Makefile.am +++ b/libextra/Makefile.am @@ -20,7 +20,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301, USA. -AM_CPPFLAGS = -Igl -I$(top_srcdir)/lgl -I$(top_builddir)/lgl \ +AM_CPPFLAGS = -I$(srcdir)/gl -I$(top_srcdir)/lgl -I$(top_builddir)/lgl \ -I$(top_srcdir)/lib -I../includes -I$(top_srcdir)/includes \ -I$(top_srcdir)/lib/minitasn1 \ $(LIBGCRYPT_CFLAGS) |