[PATCH evemu] test: link evemu statically into the test

Peter Hutterer peter.hutterer at who-t.net
Wed Nov 13 21:34:22 PST 2013


Much easier to debug if we don't have to go through libtool.

Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 test/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/Makefile.am b/test/Makefile.am
index 037bcd2..575a227 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -11,5 +11,6 @@ test_cxx_compile_LDADD = $(top_builddir)/src/libevemu.la
 
 test_evemu_create_SOURCES = test-evemu-create.c
 test_evemu_create_LDADD = $(top_builddir)/src/libevemu.la
+test_evemu_create_LDFLAGS = -static
 
 CLEANFILES = evemu.tmp.*
-- 
1.8.3.1



More information about the Input-tools mailing list