Files
evolution/plugins/folder-unsubscribe/Makefile.am
Bharath Acharya f5c5017848 Use NO_UNDEFINED. Link with more libraries. To generate dlls on Windows.
2008-08-12  Bharath Acharya  <abharath@novell.com>

        * Makefile.am: Use NO_UNDEFINED. Link with more libraries. To
        generate dlls on Windows.


svn path=/trunk/; revision=35960
2008-08-12 04:04:18 +00:00

17 lines
541 B
Makefile

INCLUDES = \
-I$(top_srcdir) \
$(EVOLUTION_MAIL_CFLAGS)
@EVO_PLUGIN_RULE@
plugin_DATA = org-gnome-mail-folder-unsubscribe.eplug
plugin_LTLIBRARIES = liborg-gnome-mail-folder-unsubscribe.la
liborg_gnome_mail_folder_unsubscribe_la_SOURCES = folder-unsubscribe.c
liborg_gnome_mail_folder_unsubscribe_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
liborg_gnome_mail_folder_unsubscribe_la_LIBADD = \
$(top_builddir)/mail/libevolution-mail.la \
$(EVOLUTION_MAIL_LIBS)
EXTRA_DIST = org-gnome-mail-folder-unsubscribe.eplug.xml