mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
3425331cc1
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.
This is a place holder for tools such as gltrace like libraries