[evince] libdocument: Fix order in LIBADD
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] libdocument: Fix order in LIBADD
- Date: Sun, 24 Jun 2012 11:23:21 +0000 (UTC)
commit f06759bd0c4d986dccf91d80300d0197b962b752
Author: Christian Persch <chpe gnome org>
Date: Wed Jun 13 14:04:17 2012 +0200
libdocument: Fix order in LIBADD
libdocument/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libdocument/Makefile.am b/libdocument/Makefile.am
index d12b7c8..59c369e 100644
--- a/libdocument/Makefile.am
+++ b/libdocument/Makefile.am
@@ -115,10 +115,10 @@ libevdocument3_la_LDFLAGS = \
$(AM_LDFLAGS)
libevdocument3_la_LIBADD = \
+ $(top_builddir)/cut-n-paste/synctex/libsynctex.la \
$(LIBDOCUMENT_LIBS) \
$(ZLIB_LIBS) \
- $(LIBM) \
- $(top_builddir)/cut-n-paste/synctex/libsynctex.la
+ $(LIBM)
BUILT_SOURCES = \
ev-document-type-builtins.c \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]