a4978cd58bf1a5001896f512e8212263f1f259d8
[claws.git] / src / gtk / Makefile.am
1 noinst_LTLIBRARIES = libsylpheedgtk.la
2
3 libsylpheedgtk_la_SOURCES = \
4         about.c \
5         colorlabel.c \
6         colorsel.c \
7         description_window.c \
8         filesel.c \
9         gtkaspell.c \
10         gtkutils.c \
11         gtkshruler.c \
12         gtksctree.c \
13         gtkstext.c \
14         manage_window.c \
15         menu.c \
16         pluginwindow.c \
17         prefswindow.c \
18         sslcertwindow.c \
19         gtkvscrollbutton.c
20
21 sylpheedgtkincludedir = $(pkgincludedir)/gtk
22 sylpheedgtkinclude_HEADERS = \
23         about.h \
24         colorlabel.h \
25         colorsel.h \
26         description_window.h \
27         filesel.h \
28         gtkaspell.h \
29         gtkutils.h \
30         gtkshruler.h \
31         gtksctree.h \
32         gtkstext.h \
33         manage_window.h \
34         menu.h \
35         pluginwindow.h \
36         prefswindow.h \
37         sslcertwindow.h \
38         gtkvscrollbutton.h
39
40 AM_CPPFLAGS = \
41         -I../common \
42         -I.. \
43         $(GTK_CFLAGS) \
44         $(OPENSSL_CFLAGS) \
45         $(ASPELL_CFLAGS)
46
47 libsylpheedgtk_la_LIBADD = \
48         ../common/libsylpheedcommon.la \
49         $(GTK_LIBS) \
50         $(ASPELL_LIBS)