diff options
| author | Simeon Simeonov | 2018-02-26 11:23:00 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2018-02-26 11:23:00 +0100 |
| commit | 0b3cbf57875fd692e4ba0b336fefa4bee1ed00dc (patch) | |
| tree | af916a30553c78ce9d4f2d8658656a175c5b6921 /plugin/attachment_tool/Makefile.am | |
Initial commit for sylpheed 3.7.0
Diffstat (limited to 'plugin/attachment_tool/Makefile.am')
| -rw-r--r-- | plugin/attachment_tool/Makefile.am | 20 |
1 files changed, 20 insertions, 0 deletions
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 @@ | |||
| 1 | libdir = $(plugindir) | ||
| 2 | |||
| 3 | lib_LTLIBRARIES = attachment_tool.la | ||
| 4 | |||
| 5 | attachment_tool_la_SOURCES = attachment_tool.c | ||
| 6 | attachment_tool_la_LDFLAGS = -module -no-undefined -avoid-version | ||
| 7 | |||
| 8 | INCLUDES = \ | ||
| 9 | -I$(top_srcdir) \ | ||
| 10 | -I$(top_srcdir)/libsylph \ | ||
| 11 | -I$(top_srcdir)/src \ | ||
| 12 | $(GTK_CFLAGS) | ||
| 13 | |||
| 14 | attachment_tool_la_LIBADD = \ | ||
| 15 | $(GTK_LIBS) \ | ||
| 16 | $(top_builddir)/src/libsylpheed-plugin-0.la \ | ||
| 17 | $(top_builddir)/libsylph/libsylph-0.la | ||
| 18 | |||
| 19 | install: | ||
| 20 | install-plugin: install-am | ||
