diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-09 02:24:35 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-09 02:24:35 +0800 |
commit | 256a3d747f689f071cfa3881352a7902964ab6e7 (patch) | |
tree | 5abe18b4608a70cc1f307d4199658552170feb96 /shell/Makefile.am | |
parent | cb949fd3420be83448b71187fea20db4cfe2c55a (diff) | |
download | gsoc2013-evolution-256a3d747f689f071cfa3881352a7902964ab6e7.tar.gz gsoc2013-evolution-256a3d747f689f071cfa3881352a7902964ab6e7.tar.zst gsoc2013-evolution-256a3d747f689f071cfa3881352a7902964ab6e7.zip |
(evolution_LDFLAGS): -export-dynamic so custom
widgets in libglade work.
svn path=/trunk/; revision=19283
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index e55268c278..275f3dc844 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -231,6 +231,8 @@ evolution_LDADD = \ $(top_builddir)/libical/src/libical/libical-evolution.la \ $(SHELL_LIBS) +evolution_LDFLAGS = -export-dynamic + # Test component noinst_PROGRAMS = \ |