]> Pileus Git - grits/commitdiff
Move test plugin back to install
authorAndy Spencer <andy753421@gmail.com>
Fri, 12 Feb 2010 21:54:56 +0000 (21:54 +0000)
committerAndy Spencer <andy753421@gmail.com>
Fri, 12 Feb 2010 21:55:24 +0000 (21:55 +0000)
If it's not in plugins, libtool won't make a .so for some reason..
.. silly libtool

src/plugins/Makefile.am

index 390e7e30c2b2bafc8fc31073d52b96a1aa820304..3595bbf41bd7e3fe8e29763b2ab216841823f560 100644 (file)
@@ -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