mutter/tests/tools
Neil Roberts 3425331cc1 [tests/tools] Don't install libdisable-npots.so
The libdisable-npots library is just used as a helper as part of
make test so it should not be installed.

If noinst_* is used then automake will generate a static library but
this won't work with LD_PRELOAD so we then need an extra custom rule
to link that into a shared library. The custom rule uses the $(LINK)
Makefile var which gets put in the Makefile because of the static
library. We pass libtool a stub -rpath option which causes it to
generate a shared library.
2009-02-24 17:04:05 +00:00
..
disable-npots.c Make libdisable-npots a bit more portable 2009-01-05 17:11:44 +00:00
disable-npots.sh.in Add a wrapper library to help testing without NPOTs. 2008-11-24 15:44:16 +00:00
Makefile.am [tests/tools] Don't install libdisable-npots.so 2009-02-24 17:04:05 +00:00
README Bug 1162 - Re-works the tests/ to use the glib-2.16 unit testing 2008-11-07 19:32:28 +00:00

This is a place holder for tools such as gltrace like libraries