diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2005-01-09 15:07:41 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2005-01-09 15:07:41 +0800 |
commit | 6de819c7dd36d1c5820826abe4956a6bc4b969b7 (patch) | |
tree | b3983afe86514ce69485f909f91923f20ee5c680 /plugins/exchange-account-setup/Makefile.am | |
parent | 9e194b736c37af20b36cfb1920b5a72983c1f4ce (diff) | |
download | gsoc2013-evolution-6de819c7dd36d1c5820826abe4956a6bc4b969b7.tar.gz gsoc2013-evolution-6de819c7dd36d1c5820826abe4956a6bc4b969b7.tar.zst gsoc2013-evolution-6de819c7dd36d1c5820826abe4956a6bc4b969b7.zip |
Exchange account level settings plugin
svn path=/trunk/; revision=28295
Diffstat (limited to 'plugins/exchange-account-setup/Makefile.am')
-rw-r--r-- | plugins/exchange-account-setup/Makefile.am | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/exchange-account-setup/Makefile.am b/plugins/exchange-account-setup/Makefile.am new file mode 100644 index 0000000000..516a6ba016 --- /dev/null +++ b/plugins/exchange-account-setup/Makefile.am @@ -0,0 +1,20 @@ +INCLUDES = -I . \ + -I$(top_srcdir) \ + $(EVOLUTION_MAIL_CFLAGS) \ + -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" + +@EVO_PLUGIN_RULE@ + +plugin_DATA = org-gnome-exchange-account-setup.eplug +plugin_LTLIBRARIES = liborg-gnome-exchange-account-settings.la + +liborg_gnome_exchange_account_settings_la_SOURCES = \ + exchange-account-setup.c + +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 + +EXTRA_DIST = org-gnome-exchange-account-setup.eplug.in |