X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fplugins%2FMakefile.am;h=9e8628c54e0558c3f96928424891930bd093d352;hp=5fc085d529f4c679c092d78c262b101cb23244f2;hb=ca05387c80a2b4fd06074b2fdc3e46e752846abe;hpb=67a63167629adc48ff31530dd58ece577f3d7460 diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 5fc085d..9e8628c 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -24,15 +24,5 @@ test_la_SOURCES = test.c test.h env_la_CPPFLAGS = $(AM_CPPFLAGS) env_la_LDFLAGS = $(AM_LDFLAGS) -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 -env_la_CPPFLAGS += -DHAVE_GLUT -env_la_LDFLAGS += -lglut -endif - test: ( cd ../; make test )