0.8.8claws58
[claws.git] / src / gtk / Makefile.am
1 noinst_LTLIBRARIES = libsylpheedgtk.la
2
3 libsylpheedgtk_la_SOURCES = \
4         description_window.h description_window.c \
5         gtkshruler.c gtkshruler.h \
6         gtksctree.c gtksctree.h \
7         gtkstext.c gtkstext.h \
8         manage_window.c manage_window.h \
9         menu.c menu.h \
10         pluginwindow.c pluginwindow.h \
11         prefswindow.c prefswindow.h \
12         sslcertwindow.c sslcertwindow.h
13
14 INCLUDES = \
15         -I../common \
16         $(GTK_CFLAGS)
17
18 libsylpheedgtk_la_LIBADD = \
19         ../common/libsylpheedcommon.la \
20         $(GTK_LIBS)