summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-10-22 10:51:21 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-10-22 10:59:39 +0200
commitd35d3ba149b2424aed91d8398a364532c983fe71 (patch)
tree8968054602498ff29d42e0a54a7f7fe8ceb7fa2c /src
parente2510b07dd102721f03a6d7ddfc41f3557242f62 (diff)
downloadgnutls-d35d3ba149b2424aed91d8398a364532c983fe71.tar.gz
more builddir fixes by David Hoyt.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bd7d10df20..cbde1cde0e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -27,6 +27,7 @@ endif
AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
AM_CPPFLAGS = \
-I$(srcdir)/../gl \
+ -I$(builddir)/../gl \
-I$(builddir)/../lib/includes \
-I$(srcdir)/../lib/includes \
-I$(srcdir)/../extra/includes \