0.9.3claws82
[claws.git] / src / plugins / trayicon / Makefile.am
1 SUBDIRS = libeggtrayicon
2
3 plugindir = $(pkglibdir)/plugins
4
5 plugin_LTLIBRARIES = trayicon.la
6
7 trayicon_la_SOURCES = \
8         trayicon.c
9
10 trayicon_la_LDFLAGS = \
11         -avoid-version -module
12
13 trayicon_la_LIBADD = \
14         $(GTK_LIBS) \
15         libeggtrayicon/libeggtrayicon.la
16
17 INCLUDES = \
18         -I../../ \
19         -I../../common \
20         -I../../gtk \
21         -Ilibeggtrayicon
22
23 CPPFLAGS = \
24         $(GLIB_CFLAGS) \
25         $(GTK_CFLAGS) \
26         $(ASPELL_CFLAGS)
27
28 EXTRA_DIST = \
29         README \
30         newmail.xpm \
31         nomail.xpm \
32         unreadmail.xpm