From ac14077d9fdb226c9c7f6247d6dc884a2c968bac Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Tue, 7 May 2013 07:40:33 +0300 Subject: Add -pthread to LDFLAGS fuse's pkg-config no longer includes it. --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 8210f2b..0272ff0 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -4,6 +4,7 @@ readdir_inode_SOURCES = readdir_inode.c test_internals_CPPFLAGS = ${my_CPPFLAGS} ${fuse_CFLAGS} test_internals_CFLAGS = ${my_CFLAGS} +test_internals_LDADD = ${my_LDFLAGS} TESTS = test_bindfs.rb SUBDIRS = internals -- cgit v1.2.3