diff options
Diffstat (limited to 'src/common/util/Makefile.am')
-rw-r--r-- | src/common/util/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/util/Makefile.am b/src/common/util/Makefile.am index 46bc3691..845a5d9a 100644 --- a/src/common/util/Makefile.am +++ b/src/common/util/Makefile.am @@ -3,5 +3,9 @@ EXTRA_DIST = \ Path.h \ Queue.h \ Semaphore.h \ + Mutex.h \ + Condition.h \ + Thread.h \ + Slave.h \ Atom.h \ LibloAtom.h |