projects
/
claws.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
new certificate presentation
[claws.git]
/
src
/
gtk
/
Makefile.am
1
noinst_LTLIBRARIES = libsylpheedgtk.la
2
3
libsylpheedgtk_la_SOURCES = \
4
gtksctree.c gtksctree.h \
5
sslcertwindow.c sslcertwindow.h
6
7
INCLUDES = \
8
$(GTK_CFLAGS)
9
10
libsylpheedgtk_la_LIBADD = \
11
../common/libsylpheedcommon.la \
12
$(GTK_LIBS)