0.9.5claws23
[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         gtksctree.c \
11         gtkshruler.c \
12         gtkstext.c \
13         gtkutils.c \
14         gtkvscrollbutton.c \
15         logwindow.c \
16         manage_window.c \
17         menu.c \
18         pluginwindow.c \
19         prefswindow.c \
20         sslcertwindow.c
21
22 sylpheedgtkincludedir = $(pkgincludedir)/gtk
23 sylpheedgtkinclude_HEADERS = \
24         about.h \
25         colorlabel.h \
26         colorsel.h \
27         description_window.h \
28         filesel.h \
29         gtkaspell.h \
30         gtksctree.h \
31         gtkshruler.h \
32         gtkstext.h \
33         gtkutils.h \
34         gtkvscrollbutton.h \
35         logwindow.h \
36         manage_window.h \
37         menu.h \
38         pluginwindow.h \
39         prefswindow.h \
40         sslcertwindow.h
41
42 AM_CPPFLAGS = \
43         -I../common \
44         -I.. \
45         $(GTK_CFLAGS) \
46         $(OPENSSL_CFLAGS) \
47         $(ASPELL_CFLAGS)
48
49 libsylpheedgtk_la_LIBADD = \
50         ../common/libsylpheedcommon.la \
51         $(GTK_LIBS) \
52         $(ASPELL_LIBS)