57b961c00bfe9a8c192b71fedb364d00d800d9b8
[claws.git] / src / gtk / Makefile.am
1 noinst_LTLIBRARIES = libsylpheedgtk.la
2
3 libsylpheedgtk_la_SOURCES = \
4         about.c about.h \
5         colorlabel.c colorlabel.h \
6         description_window.c description_window.h \
7         filesel.c filesel.h \
8         gtkaspell.c gtkaspell.h \
9         gtkutils.c gtkutils.h \
10         gtkshruler.c gtkshruler.h \
11         gtksctree.c gtksctree.h \
12         gtkstext.c gtkstext.h \
13         manage_window.c manage_window.h \
14         menu.c menu.h \
15         pluginwindow.c pluginwindow.h \
16         prefswindow.c prefswindow.h \
17         sslcertwindow.c sslcertwindow.h \
18         gtkvscrollbutton.c gtkvscrollbutton.h
19
20 CPPFLAGS = \
21         -I../common \
22         -I.. \
23         $(GTK_CFLAGS) \
24         $(OPENSSL_CFLAGS) \
25         $(ASPELL_CFLAGS)
26
27 libsylpheedgtk_la_LIBADD = \
28         ../common/libsylpheedcommon.la \
29         $(GTK_LIBS) \
30         $(ASPELL_LIBS)