summaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-01-12 07:17:55 +0000
committerSimon Josefsson <simon@josefsson.org>2007-01-12 07:17:55 +0000
commit0f8f4d4a8ccf10ca342c6bc8772027efdfa7c058 (patch)
tree62ae9087f59fac417694f5b19501e387fff0723a /gl
parente8f41ebb0d5a2ff15602a45ca4b266e21eb9965c (diff)
downloadgnutls-0f8f4d4a8ccf10ca342c6bc8772027efdfa7c058.tar.gz
Fix objdir!=srcdir.
Diffstat (limited to 'gl')
-rw-r--r--gl/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/Makefile.am b/gl/Makefile.am
index c023692f5e..9777d06187 100644
--- a/gl/Makefile.am
+++ b/gl/Makefile.am
@@ -33,7 +33,7 @@ CLEANFILES =
DISTCLEANFILES =
MAINTAINERCLEANFILES =
-AM_CPPFLAGS = -I../lgl
+AM_CPPFLAGS = -I$(top_srcdir)/lgl -I$(top_builddir)/lgl
include gnulib.mk