X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fplugins%2FMakefile.am;h=e5c17dda11e9fd15df885b91d21d09c016d8f871;hp=0052a5932b04ebbb74ec9a94705ff8154b7617bf;hb=07448c519e963bae1cfde4f1ff353478dd28136c;hpb=1bcbae07aed9a0a59828846baeb01e1c8ba79e54 diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 0052a59..e5c17dd 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -14,10 +14,12 @@ map_la_SOURCES = map.c map.h env_la_SOURCES = env.c env.h test_la_SOURCES = test.c test.h +if NOTWIN32 noinst_LTLIBRARIES = teapot.la teapot_la_SOURCES = \ $(top_srcdir)/examples/plugin/teapot.c \ $(top_srcdir)/examples/plugin/teapot.h +endif test: ( cd ../; make test )