diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cdeca8dc6..80ae9bdd8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -290,6 +290,7 @@ libutil_a_SOURCES = \ libthread_a_SOURCES = \ src/thread/Util.hxx \ + src/thread/Name.hxx \ src/thread/Mutex.hxx \ src/thread/PosixMutex.hxx \ src/thread/CriticalSection.hxx \ |