diff options
author | Vivek Jain <jvivek@novell.com> | 2005-07-06 14:05:07 +0800 |
---|---|---|
committer | Jain Vivek <jvivek@src.gnome.org> | 2005-07-06 14:05:07 +0800 |
commit | c16a419919c06c72e872cb11e9c83c7dbcfd99fd (patch) | |
tree | dbc8358b86d8ebbc3fdf1b4bf572810f6b4fc00f /plugins/sa-junk-plugin/Makefile.am | |
parent | f1bb8634282308d6747f303454329345bdcf9e76 (diff) | |
download | gsoc2013-evolution-c16a419919c06c72e872cb11e9c83c7dbcfd99fd.tar.gz gsoc2013-evolution-c16a419919c06c72e872cb11e9c83c7dbcfd99fd.tar.zst gsoc2013-evolution-c16a419919c06c72e872cb11e9c83c7dbcfd99fd.zip |
Use NO_UNDEFINED. Link with more libraries.
2005-07-06 Vivek Jain <jvivek@novell.com>
* Makefile.am: Use NO_UNDEFINED. Link with more libraries.
svn path=/trunk/; revision=29646
Diffstat (limited to 'plugins/sa-junk-plugin/Makefile.am')
-rw-r--r-- | plugins/sa-junk-plugin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sa-junk-plugin/Makefile.am b/plugins/sa-junk-plugin/Makefile.am index a3bf4e67f1..3af1f721c7 100644 --- a/plugins/sa-junk-plugin/Makefile.am +++ b/plugins/sa-junk-plugin/Makefile.am @@ -8,7 +8,7 @@ plugin_DATA = org-gnome-sa-junk-plugin.eplug plugin_LTLIBRARIES = liborg-gnome-sa-junk-plugin.la liborg_gnome_sa_junk_plugin_la_SOURCES = em-junk-filter.c -liborg_gnome_sa_junk_plugin_la_LDFLAGS = -module -avoid-version +liborg_gnome_sa_junk_plugin_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) BUILT_SOURCES = $(plugin_DATA) $(error_DATA) |