From b1efe94d287236dd7f31fd030de2068f985103a4 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 28 Jan 2019 17:43:47 +0100 Subject: Strip away all old autotools and installer stuff --- plugin/test/Makefile.am | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 plugin/test/Makefile.am (limited to 'plugin/test/Makefile.am') 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 -- cgit v1.2.3