aboutsummaryrefslogtreecommitdiff
path: root/plugin/test/Makefile.am
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-05-16 15:17:53 +0200
committerThomas White <taw@physics.org>2019-05-16 15:17:53 +0200
commitcf040a18b3f5da827f959346a45a907d5dd6eb49 (patch)
tree23a0aaca091121013ee12a21e79031344daaaef6 /plugin/test/Makefile.am
parent04a77910fa4adb5845cbcf751dd7c3522c191474 (diff)
parent12196f21e352b952cda3e837cf2467b75dd1e6e6 (diff)
Merge branch 'taw/meson' into taw/combined
Diffstat (limited to 'plugin/test/Makefile.am')
-rw-r--r--plugin/test/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/plugin/test/Makefile.am b/plugin/test/Makefile.am
deleted file mode 100644
index dabf7980..00000000
--- a/plugin/test/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-libdir = $(plugindir)
-
-lib_LTLIBRARIES = test.la
-
-test_la_SOURCES = test.c test.h
-test_la_LDFLAGS = -module -no-undefined -avoid-version
-
-INCLUDES = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/libsylph \
- -I$(top_srcdir)/src \
- $(GTK_CFLAGS)
-
-test_la_LIBADD = \
- $(GTK_LIBS) \
- $(top_builddir)/src/libsylpheed-plugin-0.la \
- $(top_builddir)/libsylph/libsylph-0.la
-
-install:
-install-plugin: install-am