X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fplugins%2FMakefile.am;h=9e8628c54e0558c3f96928424891930bd093d352;hb=ca05387c80a2b4fd06074b2fdc3e46e752846abe;hp=2572125cfed9d5a899dbf696daf9a3b7b1d9315a;hpb=8bbd94522aa48d4ae72b1034cf7a17e29f98f329;p=grits diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 2572125..9e8628c 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -21,13 +21,8 @@ map_la_SOURCES = map.c map.h env_la_SOURCES = env.c env.h test_la_SOURCES = test.c test.h -if HAVE_GLUT -noinst_LTLIBRARIES = teapot.la -teapot_la_SOURCES = \ - $(top_srcdir)/examples/plugin/teapot.c \ - $(top_srcdir)/examples/plugin/teapot.h -teapot_la_LDFLAGS = $(AM_LDFLAGS) -lglut -rpath $(libdir) # I hate you libtool -endif +env_la_CPPFLAGS = $(AM_CPPFLAGS) +env_la_LDFLAGS = $(AM_LDFLAGS) test: ( cd ../; make test )