aboutsummaryrefslogtreecommitdiff
path: root/plugin/test/Makefile.am
blob: f7ec8ef79241ef3f77bb4ad78b903b1db1035d72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
libdir = $(plugindir)

lib_LTLIBRARIES = test.la

test_la_SOURCES = test.c test.h
test_la_LDFLAGS = -module -no-undefined -avoid-version

INCLUDES = \
	$(GTK_CFLAGS) \
	-I$(includedir) \
	-I$(top_srcdir) \
	-I$(top_srcdir)/libsylph \
	-I$(top_srcdir)/src

test_la_LIBADD = \
	$(GTK_LIBS) \
	$(top_srcdir)/src/libsylpheed-plugin-0.la \
	$(top_srcdir)/libsylph/libsylph-0.la