diff options
author | Nikias Bassen | 2013-09-17 12:06:05 +0200 |
---|---|---|
committer | Nikias Bassen | 2013-09-17 12:06:05 +0200 |
commit | 48e18c703071170af8f0723ab24426eec0a39251 (patch) | |
tree | 41f9cf7b7021ce2f7480cd5318e756c9bb4b9b42 /tools | |
parent | c45ae1f6b6f53995a5bc99591688102d11ad2148 (diff) | |
download | libusbmuxd-48e18c703071170af8f0723ab24426eec0a39251.tar.gz libusbmuxd-48e18c703071170af8f0723ab24426eec0a39251.tar.bz2 |
added libpthread_LIBS to fix build in tools
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index f1fa2f6..d194501 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,5 +1,5 @@ AM_CFLAGS = $(GLOBAL_CFLAGS) -I$(top_srcdir)/src -AM_LDFLAGS = +AM_LDFLAGS = $(libpthread_LIBS) bin_PROGRAMS = iproxy |