From eae33615af610f84fc2be016c5b222f44e741cc1 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Thu, 17 Oct 2013 17:40:03 +0200 Subject: Add sendto extension --- sendto/plugins/emailclient/Makefile.am | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sendto/plugins/emailclient/Makefile.am (limited to 'sendto/plugins/emailclient/Makefile.am') diff --git a/sendto/plugins/emailclient/Makefile.am b/sendto/plugins/emailclient/Makefile.am new file mode 100644 index 0000000..31ba40e --- /dev/null +++ b/sendto/plugins/emailclient/Makefile.am @@ -0,0 +1,17 @@ +plugindir = $(libdir)/caja-sendto/plugins + +AM_CPPFLAGS = \ + -DDATADIR=\"$(datadir)\" \ + -DICONDIR=\"$(icondir)\" \ + -DLOCALEDIR="\"$(datadir)/locale\"" \ + -I$(top_srcdir)/sendto \ + -I$(top_builddir) \ + $(SENDTO_CFLAGS) \ + $(DISABLE_DEPRECATED) \ + $(WARN_CFLAGS) + +plugin_LTLIBRARIES = libnstemailclient.la + +libnstemailclient_la_SOURCES = emailclient.c +libnstemailclient_la_LDFLAGS = -module -avoid-version +libnstemailclient_la_LIBADD = $(SENDTO_LIBS) -- cgit v1.2.1