Use -no-install instead of -static for local noinst linking
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 18 Aug 2014 21:57:25 +0000 (07:57 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Sun, 24 Aug 2014 21:57:43 +0000 (07:57 +1000)
commitad13bac1f4f491eaf86179c3e90e4ae2764803b7
treea27658a4db4155e6ecbd43ecb09eb2040def0047
parent8f846a41fa0566fbd72ece676656e20e56ce43e6
Use -no-install instead of -static for local noinst linking

The goal of -static was to avoid the libtool wrappers for easier debugging.
The -no-install flag does exactly that, without requiring static linking.

Related to https://bugs.freedesktop.org/show_bug.cgi?id=82292

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
test/Makefile.am
tools/Makefile.am