diff options
| author | 2019-02-27 00:50:09 +0100 | |
|---|---|---|
| committer | 2019-02-27 00:50:09 +0100 | |
| commit | dc90b02fa522c7c10d91715303d2fdec2da41005 (patch) | |
| tree | 1ba747ccbfc206ab72d2a2e28f73d93788f2372a /common/Makefile.am | |
| parent | c644d6634fbf71306455bd0e15dd3e1f96ac249d (diff) | |
| download | libusbmuxd-dc90b02fa522c7c10d91715303d2fdec2da41005.tar.gz libusbmuxd-dc90b02fa522c7c10d91715303d2fdec2da41005.tar.bz2 | |
Use common thread implementation as used in other libimobiledevice libraries
Diffstat (limited to 'common/Makefile.am')
| -rw-r--r-- | common/Makefile.am | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/common/Makefile.am b/common/Makefile.am index 8acf04b..ca8180c 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -5,8 +5,10 @@ noinst_LTLIBRARIES = libinternalcommon.la  libinternalcommon_la_LIBADD =  libinternalcommon_la_SOURCES =			\  	socket.c				\ +	thread.c				\  	collection.c				\  	socket.h				\ +	thread.h				\  	collection.h  if WIN32 | 
