X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=src%2Fplugins%2FMakefile.am;h=d0fd720c2c1d7c8cfa2ba63ae192d14f2b0a908f;hb=b92087ed5280da4c84ea927a73a8d7bb461e7d47;hp=905bfd79cf2ce6a615ae6afb0e8593f403fbe4e5;hpb=c9865c176b97e2082a998b439ec51c31832e55f6;p=grits diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 905bfd7..d0fd720 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -7,9 +7,10 @@ LIBS = $(top_srcdir)/src/libgis.la pluginsdir = "$(libdir)/gis" -plugins_LTLIBRARIES = bmng.la srtm.la test.la +plugins_LTLIBRARIES = bmng.la srtm.la env.la test.la bmng_la_SOURCES = bmng.c bmng.h srtm_la_SOURCES = srtm.c srtm.h +env_la_SOURCES = env.c env.h test_la_SOURCES = test.c test.h noinst_LTLIBRARIES = teapot.la