From dc90b02fa522c7c10d91715303d2fdec2da41005 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 27 Feb 2019 00:50:09 +0100 Subject: Use common thread implementation as used in other libimobiledevice libraries --- common/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/Makefile.am') 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 -- cgit v1.1-32-gdbae