diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2013-05-07 07:40:33 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2013-05-07 07:40:33 +0300 |
commit | ac14077d9fdb226c9c7f6247d6dc884a2c968bac (patch) | |
tree | a67a35286c5fee93a355072d110a08f13b228c9a /tests/Makefile.am | |
parent | b4a5b3ce14fde94fc34eaccb990544c60472ce19 (diff) | |
download | bindfs-ac14077d9fdb226c9c7f6247d6dc884a2c968bac.tar.gz |
Add -pthread to LDFLAGS
fuse's pkg-config no longer includes it.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |