summaryrefslogtreecommitdiff
path: root/plugin/test/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/test/Makefile.am')
-rw-r--r--plugin/test/Makefile.am20
1 files changed, 20 insertions, 0 deletions
diff --git a/plugin/test/Makefile.am b/plugin/test/Makefile.am
new file mode 100644
index 0000000..dabf798
--- /dev/null
+++ b/plugin/test/Makefile.am
@@ -0,0 +1,20 @@
1libdir = $(plugindir)
2
3lib_LTLIBRARIES = test.la
4
5test_la_SOURCES = test.c test.h
6test_la_LDFLAGS = -module -no-undefined -avoid-version
7
8INCLUDES = \
9 -I$(top_srcdir) \
10 -I$(top_srcdir)/libsylph \
11 -I$(top_srcdir)/src \
12 $(GTK_CFLAGS)
13
14test_la_LIBADD = \
15 $(GTK_LIBS) \
16 $(top_builddir)/src/libsylpheed-plugin-0.la \
17 $(top_builddir)/libsylph/libsylph-0.la
18
19install:
20install-plugin: install-am