File: Makefile.am

package info (click to toggle)
sylpheed 3.8.0~beta1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 23,520 kB
  • sloc: ansic: 122,370; sh: 4,946; xml: 1,962; makefile: 581; yacc: 409; lex: 46
file content (20 lines) | stat: -rw-r--r-- 443 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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