diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-03-04 16:12:29 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-03-04 16:12:29 +0100 |
commit | 769738d576071e834f329413ad096f15847a5d4b (patch) | |
tree | caaa7cb191494870be38cbe9355785d6f7ad45dd /doc/examples | |
parent | fffad90aef8cbfaaeb68639f636a1170623ae527 (diff) | |
download | gnutls-769738d576071e834f329413ad096f15847a5d4b.tar.gz |
examples include both gnulibs
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index ac0b554e66..26376cf2d2 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -23,6 +23,8 @@ AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS) AM_CPPFLAGS = \ -I$(top_srcdir)/lib/includes -I$(top_builddir)/lib/includes \ -I$(top_srcdir)/extra/includes \ + -I$(top_srcdir)/src/gl \ + -I$(top_builddir)/src/gl \ -I$(top_srcdir)/gl \ -I$(top_builddir)/gl |