From 4f9bb47c24f2759a7c22899fbf23458d5f89856c Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Fri, 12 Feb 2010 21:54:56 +0000 Subject: [PATCH] Move test plugin back to install If it's not in plugins, libtool won't make a .so for some reason.. .. silly libtool --- src/plugins/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 390e7e3..3595bbf 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -7,14 +7,14 @@ LIBS = $(top_srcdir)/src/libgis.la pluginsdir = "$(libdir)/gis" -plugins_LTLIBRARIES = sat.la elev.la map.la env.la +plugins_LTLIBRARIES = sat.la elev.la map.la env.la test.la sat_la_SOURCES = sat.c sat.h elev_la_SOURCES = elev.c elev.h map_la_SOURCES = map.c map.h env_la_SOURCES = env.c env.h - -noinst_LTLIBRARIES = teapot.la test.la test_la_SOURCES = test.c test.h + +noinst_LTLIBRARIES = teapot.la teapot_la_SOURCES = \ $(top_srcdir)/examples/plugin/teapot.c $(top_srcdir)/examples/plugin/teapot.h -- 2.43.2