diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-10-30 19:24:53 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-10-30 19:24:53 +0100 |
commit | 47280398b7705d9b632f5866153e82c35c2840e1 (patch) | |
tree | ee1ec859ce51e2364c85a4e438c83cb4263d5e15 /guile | |
parent | 7417b7eba1fcad419d173461c5f7da54e42c142c (diff) | |
download | gnutls-47280398b7705d9b632f5866153e82c35c2840e1.tar.gz |
Builds on my system now.
Diffstat (limited to 'guile')
-rw-r--r-- | guile/src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guile/src/Makefile.am b/guile/src/Makefile.am index 9bcaf63264..0c6799c3fd 100644 --- a/guile/src/Makefile.am +++ b/guile/src/Makefile.am @@ -39,8 +39,8 @@ GNUTLS_CORE_LIBS = $(top_builddir)/lib/libgnutls.la GNUTLS_EXTRA_LIBS = $(top_builddir)/libextra/libgnutls-extra.la # Linking against Gnulib modules. -GNULIB_LIBS = $(top_builddir)/lgl/liblgnu.la -GNULIB_CFLAGS = -I$(top_builddir)/lgl -I$(top_srcdir)/lgl +GNULIB_LIBS = $(top_builddir)/lib/gl/liblgnu.la +GNULIB_CFLAGS = -I$(top_builddir)/lib/gl -I$(top_srcdir)/lib/gl libguile_gnutls_v_1_la_SOURCES = core.c errors.c utils.c |