summaryrefslogtreecommitdiff
path: root/libextra/Makefile.am
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-10-21 10:53:01 +0000
committerSimon Josefsson <simon@josefsson.org>2006-10-21 10:53:01 +0000
commit23bf83a6db85841bc4b53764d4fc7b199a043a81 (patch)
treea759090faed6cd200c2b0d42bb4aa0da1b980d2c /libextra/Makefile.am
parent97ed8d2ef7cc89d6ef91ca7e92bd66e11766d8de (diff)
downloadgnutls-23bf83a6db85841bc4b53764d4fc7b199a043a81.tar.gz
Reorder libgnu.la's.
Diffstat (limited to 'libextra/Makefile.am')
-rw-r--r--libextra/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libextra/Makefile.am b/libextra/Makefile.am
index cdb52120fb..1dbbd4da53 100644
--- a/libextra/Makefile.am
+++ b/libextra/Makefile.am
@@ -73,7 +73,7 @@ lib_LTLIBRARIES += libgnutls-openssl.la
libgnutls_openssl_la_SOURCES = gnutls_openssl.c openssl_compat.h \
openssl_compat.c
-libgnutls_openssl_la_LIBADD = ../lgl/libgnu.la ../gl/libgnu.la \
+libgnutls_openssl_la_LIBADD = ../gl/libgnu.la ../lgl/libgnu.la \
../lib/libgnutls.la
libgnutls_openssl_la_LDFLAGS += -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
@@ -126,7 +126,7 @@ libgnutls_extra_la_LDFLAGS += \
libgnutls_extra_la_SOURCES += gnutls_extra.h libgnutls-extra.vers
-libgnutls_extra_la_LIBADD += ../lgl/libgnu.la ../gl/libgnu.la \
+libgnutls_extra_la_LIBADD += ../gl/libgnu.la ../lgl/libgnu.la \
../lib/libgnutls.la
if HAVE_LD_VERSION_SCRIPT