diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-10-30 19:55:31 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-10-30 19:55:31 +0100 |
commit | 6dbdcffb2b065d7c08c230343293c170f815d4e2 (patch) | |
tree | 0f3121bb853442bf6235c90ee83b813e8309e45d /guile | |
parent | 47280398b7705d9b632f5866153e82c35c2840e1 (diff) | |
download | gnutls-6dbdcffb2b065d7c08c230343293c170f815d4e2.tar.gz |
Separate headers as well. Clean up -I's.
Diffstat (limited to 'guile')
-rw-r--r-- | guile/src/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/guile/src/Makefile.am b/guile/src/Makefile.am index 0c6799c3fd..622ecaa333 100644 --- a/guile/src/Makefile.am +++ b/guile/src/Makefile.am @@ -58,8 +58,11 @@ libguile_gnutls_extra_v_1_la_LIBADD = \ $(builddir)/libguile-gnutls-v-1.la \ $(GNULIB_LIBS) $(GUILE_LDFLAGS) -AM_CPPFLAGS = -I$(top_srcdir)/includes -I$(top_builddir)/includes \ - -I$(top_builddir) -I$(builddir) +AM_CPPFLAGS = \ + -I$(top_srcdir)/lib/includes \ + -I$(top_builddir)/lib/includes \ + -I$(top_srcdir)/libextra/includes \ + -I$(builddir) if HAVE_GCC |