From 2ba4ecfb8113e2d22c47d401eef2a231cb1c7648 Mon Sep 17 00:00:00 2001 From: Steev Klimaszewski Date: Sun, 19 Aug 2012 05:22:58 -0500 Subject: Add gmodule check for libdocument With glib 2.32 gmodule libraries have to be speficied to be linked. This is most noticable with the gold linker. Signed-off-by: Steev Klimaszewski --- libdocument/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'libdocument') diff --git a/libdocument/Makefile.am b/libdocument/Makefile.am index cf8c555e..b53fce16 100644 --- a/libdocument/Makefile.am +++ b/libdocument/Makefile.am @@ -114,6 +114,7 @@ libatrildocument_la_LDFLAGS = \ libatrildocument_la_LIBADD = \ $(LIBDOCUMENT_LIBS) \ + $(GMODULE_LIBS) \ $(top_builddir)/cut-n-paste/synctex/libsynctex.la -- cgit v1.2.1