summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-09-21 12:28:53 +0200
committerSimon Josefsson <simon@josefsson.org>2008-09-21 12:28:53 +0200
commitde1d12ecc3323cba2814d108e1ac847908bba4ab (patch)
tree85078b3aeca050fa00a7fda9b628440cfead304e
parent96c0aca73449f2ac5430526db859a43633165123 (diff)
downloadgnutls-de1d12ecc3323cba2814d108e1ac847908bba4ab.tar.gz
Use srcdir for -Igl/.
-rw-r--r--libextra/Makefile.am2
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)