diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-04-08 13:57:59 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-04-08 14:21:27 +0200 |
commit | ea5d1884419d58892540c0b77c8bc329c7cb0ca9 (patch) | |
tree | 045060edea80358bc9bba8508eb631bd20590fbe /guile/src | |
parent | 35239632fdba3ee96d9d98bbf38c2263d08626cb (diff) | |
download | gnutls-ea5d1884419d58892540c0b77c8bc329c7cb0ca9.tar.gz |
Use a single configure.ac. This speed ups compilation and
reduces duplication of code (multiple gl/ libraries etc.).
This saves about 2mb in distributed size (compressed).
Diffstat (limited to 'guile/src')
-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 2ee12973fa..bc4780768b 100644 --- a/guile/src/Makefile.am +++ b/guile/src/Makefile.am @@ -40,8 +40,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)/lib/gl/liblgnu.la -GNULIB_CFLAGS = -I$(top_builddir)/lib/gl -I$(top_srcdir)/lib/gl +GNULIB_LIBS = $(top_builddir)/gl/libgnu.la +GNULIB_CFLAGS = -I$(top_builddir)/gl -I$(top_srcdir)/gl libguile_gnutls_v_1_la_SOURCES = core.c errors.c utils.c |