From 419bf609c5d30cd681979330ac3e8ee995bc7c2e Mon Sep 17 00:00:00 2001 From: infirit Date: Sun, 23 Mar 2014 21:17:06 +0100 Subject: sendto plugin: re-introduce the option to select plugins to build --- sendto/plugins/emailclient/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sendto/plugins/emailclient') diff --git a/sendto/plugins/emailclient/Makefile.am b/sendto/plugins/emailclient/Makefile.am index 31ba40e..c4af752 100644 --- a/sendto/plugins/emailclient/Makefile.am +++ b/sendto/plugins/emailclient/Makefile.am @@ -7,6 +7,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/sendto \ -I$(top_builddir) \ $(SENDTO_CFLAGS) \ + $(EMAILCLIENT_CFLAGS) \ $(DISABLE_DEPRECATED) \ $(WARN_CFLAGS) @@ -14,4 +15,4 @@ plugin_LTLIBRARIES = libnstemailclient.la libnstemailclient_la_SOURCES = emailclient.c libnstemailclient_la_LDFLAGS = -module -avoid-version -libnstemailclient_la_LIBADD = $(SENDTO_LIBS) +libnstemailclient_la_LIBADD = $(SENDTO_LIBS) $(EMAILCLIENT_LIBS) -- cgit v1.2.1