From 0b3cbf57875fd692e4ba0b336fefa4bee1ed00dc Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Mon, 26 Feb 2018 11:23:00 +0100 Subject: Initial commit for sylpheed 3.7.0 --- plugin/attachment_tool/Makefile.am | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 plugin/attachment_tool/Makefile.am (limited to 'plugin/attachment_tool/Makefile.am') diff --git a/plugin/attachment_tool/Makefile.am b/plugin/attachment_tool/Makefile.am new file mode 100644 index 0000000..81079b6 --- /dev/null +++ b/plugin/attachment_tool/Makefile.am @@ -0,0 +1,20 @@ +libdir = $(plugindir) + +lib_LTLIBRARIES = attachment_tool.la + +attachment_tool_la_SOURCES = attachment_tool.c +attachment_tool_la_LDFLAGS = -module -no-undefined -avoid-version + +INCLUDES = \ + -I$(top_srcdir) \ + -I$(top_srcdir)/libsylph \ + -I$(top_srcdir)/src \ + $(GTK_CFLAGS) + +attachment_tool_la_LIBADD = \ + $(GTK_LIBS) \ + $(top_builddir)/src/libsylpheed-plugin-0.la \ + $(top_builddir)/libsylph/libsylph-0.la + +install: +install-plugin: install-am -- cgit v1.3