summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-10-26 16:04:55 +0200
committerSimon Josefsson <simon@josefsson.org>2007-10-26 16:04:55 +0200
commit9d26503f24019ea0b2d6740706dc7bc9cea53a7f (patch)
treedf43de74ae900f9c52af6ff5c543482e121c5a7f
parenta71c4fb731957216432fbc9933f8ec56e199fef3 (diff)
downloadgnutls-9d26503f24019ea0b2d6740706dc7bc9cea53a7f.tar.gz
Add -I's for gnulib headers.
-rw-r--r--doc/examples/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index cc61db0a11..ffdd22bb6e 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -20,6 +20,7 @@
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
AM_CPPFLAGS = -I$(top_srcdir)/includes -I$(top_builddir)/includes \
+ -I$(top_srcdir)/lgl -I$(top_builddir)/lgl \
-I$(top_srcdir)/gl -I$(top_builddir)/gl
AM_LDFLAGS = -no-install
LDADD = libexamples.la \