diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-10-26 14:29:41 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-10-26 14:29:41 +0000 |
commit | 5f11b829dd672da2647dc7b644d7315e0cbb6008 (patch) | |
tree | 5aba5c6d57047c3227a17cdbe2347644fa49913a /tests/Makefile.am | |
parent | fab78fcb3fc94956c460338ef737f0695a13ef60 (diff) | |
download | gnutls-5f11b829dd672da2647dc7b644d7315e0cbb6008.tar.gz |
Change lgpl/ library name.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index c4ab2ef44e..e778907318 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -25,7 +25,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/lgl -I$(top_builddir)/lgl \ -I$(top_srcdir)/gl -I$(top_builddir)/gl \ -I$(top_srcdir)/includes -I$(top_builddir)/includes AM_LDFLAGS = -no-install -LDADD = ../lib/libgnutls.la ../gl/libgnu.la ../lgl/libgnu.la libutils.la +LDADD = ../lib/libgnutls.la ../gl/libgnu.la ../lgl/liblgnu.la libutils.la noinst_LTLIBRARIES = libutils.la libutils_la_SOURCES = utils.h utils.c |