From a25009872304f17514089afb48a3e860e7cb9cfe Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 12 Nov 2014 21:58:30 +0100 Subject: common: Add thread+mutex implementation and use it where applicable --- common/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'common/Makefile.am') diff --git a/common/Makefile.am b/common/Makefile.am index b4a65b9..fee26ca 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -7,4 +7,5 @@ noinst_LTLIBRARIES = libinternalcommon.la libinternalcommon_la_LIBADD = libinternalcommon_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined libinternalcommon_la_SOURCES = \ + thread.c thread.h \ utils.c utils.h -- cgit v1.1-32-gdbae