diff options
| author | Steev Klimaszewski <[email protected]> | 2012-08-19 05:22:58 -0500 |
|---|---|---|
| committer | Steev Klimaszewski <[email protected]> | 2012-08-19 05:22:58 -0500 |
| commit | 2ba4ecfb8113e2d22c47d401eef2a231cb1c7648 (patch) | |
| tree | 8356d559d56d89fc5dd1132be04fa00e649a4fc6 /libdocument | |
| parent | efc5777e49c0c80c744c48b1334c9c16f9f264a6 (diff) | |
| download | atril-2ba4ecfb8113e2d22c47d401eef2a231cb1c7648.tar.bz2 atril-2ba4ecfb8113e2d22c47d401eef2a231cb1c7648.tar.xz | |
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 <[email protected]>
Diffstat (limited to 'libdocument')
| -rw-r--r-- | libdocument/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
