diff options
author | Not Zed <NotZed@Ximian.com> | 2005-01-11 10:39:33 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-01-11 10:39:33 +0800 |
commit | 958da58b2d2cc0771e6500817745357391a5305e (patch) | |
tree | dadec33e84a9c08eabdca852fd0751f678130979 /plugins/exchange-account-setup/Makefile.am | |
parent | 486d746d1ac3c4ed35ff387ffc41bd39edaf9b13 (diff) | |
download | gsoc2013-evolution-958da58b2d2cc0771e6500817745357391a5305e.tar gsoc2013-evolution-958da58b2d2cc0771e6500817745357391a5305e.tar.gz gsoc2013-evolution-958da58b2d2cc0771e6500817745357391a5305e.tar.bz2 gsoc2013-evolution-958da58b2d2cc0771e6500817745357391a5305e.tar.lz gsoc2013-evolution-958da58b2d2cc0771e6500817745357391a5305e.tar.xz gsoc2013-evolution-958da58b2d2cc0771e6500817745357391a5305e.tar.zst gsoc2013-evolution-958da58b2d2cc0771e6500817745357391a5305e.zip |
fix LDFLAGS variable name.
2005-01-11 Not Zed <NotZed@Ximian.com>
* Makefile.am: fix LDFLAGS variable name.
svn path=/trunk/; revision=28344
Diffstat (limited to 'plugins/exchange-account-setup/Makefile.am')
-rw-r--r-- | plugins/exchange-account-setup/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/exchange-account-setup/Makefile.am b/plugins/exchange-account-setup/Makefile.am index 47d5f1cddc..db8eb028db 100644 --- a/plugins/exchange-account-setup/Makefile.am +++ b/plugins/exchange-account-setup/Makefile.am @@ -16,6 +16,6 @@ liborg_gnome_exchange_account_settings_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/widgets/misc/libemiscwidgets.la -liborg_gnome_exchange_account_setup_la_LDFLAGS = -module -avoid-version +liborg_gnome_exchange_account_settings_la_LDFLAGS = -module -avoid-version EXTRA_DIST = org-gnome-exchange-account-setup.eplug.in |