diff options
author | Tor Lillqvist <tml@novell.com> | 2006-06-15 21:34:46 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2006-06-15 21:34:46 +0800 |
commit | d7b2ddf444bde89f24d22d803a0bdfda40c1ba70 (patch) | |
tree | 731f27f07c8a61e2dff5c145e926367d97306fee /plugins | |
parent | 65ef60b46c83091f7ac32900059afc2ea3dc8a73 (diff) | |
download | gsoc2013-evolution-d7b2ddf444bde89f24d22d803a0bdfda40c1ba70.tar.gz gsoc2013-evolution-d7b2ddf444bde89f24d22d803a0bdfda40c1ba70.tar.zst gsoc2013-evolution-d7b2ddf444bde89f24d22d803a0bdfda40c1ba70.zip |
Use NO_UNDEFINED.
2006-06-15 Tor Lillqvist <tml@novell.com>
* Makefile.am: Use NO_UNDEFINED.
svn path=/trunk/; revision=32153
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/caldav/ChangeLog | 2 | ||||
-rw-r--r-- | plugins/caldav/Makefile.am | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/plugins/caldav/ChangeLog b/plugins/caldav/ChangeLog index 8fd47f81f2..6baa4b1627 100644 --- a/plugins/caldav/ChangeLog +++ b/plugins/caldav/ChangeLog @@ -1,5 +1,7 @@ 2006-06-15 Tor Lillqvist <tml@novell.com> + * Makefile.am: Use NO_UNDEFINED. + * org-gnome-evolution-caldav.eplug.in: Use SOEXT. 2006-03-28 Jeff Cai <jeff.cai@sun.com> diff --git a/plugins/caldav/Makefile.am b/plugins/caldav/Makefile.am index 44a10635ee..0f30b14dc9 100644 --- a/plugins/caldav/Makefile.am +++ b/plugins/caldav/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = \ -I . \ -I$(top_srcdir) \ -DCALDAV_GLADEDIR=\""$(gladedir)"\" - + @EVO_PLUGIN_RULE@ plugin_DATA = org-gnome-evolution-caldav.eplug @@ -16,7 +16,7 @@ liborg_gnome_evolution_caldav_la_LIBADD = \ $(EVOLUTION_CALENDAR_LIBS) \ $(EPLUGIN_LIBS) -liborg_gnome_evolution_caldav_la_LDFLAGS = -module -avoid-version +liborg_gnome_evolution_caldav_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) EXTRA_DIST = \ org-gnome-evolution-caldav.eplug.in |