diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-07-28 02:35:19 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-07-28 02:35:19 +0800 |
commit | 6fc650ff53e7bd018cad54d39a3225963a736a02 (patch) | |
tree | 7cbb6a76616f55f477f2d93b87d28f36f7a9b3a8 /modules | |
parent | de207fd8d87d65e9a2f02b4a8ca7d9836f126a57 (diff) | |
download | gsoc2013-evolution-6fc650ff53e7bd018cad54d39a3225963a736a02.tar gsoc2013-evolution-6fc650ff53e7bd018cad54d39a3225963a736a02.tar.gz gsoc2013-evolution-6fc650ff53e7bd018cad54d39a3225963a736a02.tar.bz2 gsoc2013-evolution-6fc650ff53e7bd018cad54d39a3225963a736a02.tar.lz gsoc2013-evolution-6fc650ff53e7bd018cad54d39a3225963a736a02.tar.xz gsoc2013-evolution-6fc650ff53e7bd018cad54d39a3225963a736a02.tar.zst gsoc2013-evolution-6fc650ff53e7bd018cad54d39a3225963a736a02.zip |
text-highlight: Add missing linker flags.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/text-highlight/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/text-highlight/Makefile.am b/modules/text-highlight/Makefile.am index 8c7e639622..fb0094aa0e 100644 --- a/modules/text-highlight/Makefile.am +++ b/modules/text-highlight/Makefile.am @@ -24,6 +24,8 @@ module_text_highlight_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/mail/libevolution-mail.la \ $(top_builddir)/em-format/libemformat.la \ + $(top_builddir)/shell/libeshell.la \ + $(top_builddir)/widgets/misc/libemiscwidgets.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) |