From: Gunnar Beutner Date: Sat, 31 Mar 2012 13:20:38 +0000 (+0200) Subject: Updated makefile. X-Git-Tag: v0.0.1~686 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4388f20d64c04d533123a5a167fd62c7063033c0;p=icinga2 Updated makefile. --- diff --git a/base/Makefile.am b/base/Makefile.am index dedd29dc8..a8a970e99 100644 --- a/base/Makefile.am +++ b/base/Makefile.am @@ -7,6 +7,14 @@ noinst_LIBRARIES = \ libbase_a_SOURCES = \ application.cpp \ application.h \ + component.cpp \ + component.h \ + condvar.cpp \ + condvar.h \ + confighive.cpp \ + confighive.h \ + configobject.cpp \ + configobject.h \ delegate.h \ event.h \ fifo.cpp \ @@ -14,6 +22,8 @@ libbase_a_SOURCES = \ i2-base.h \ memory.cpp \ memory.h \ + mutex.cpp \ + mutex.h \ object.cpp \ object.h \ socket.cpp \ @@ -24,6 +34,8 @@ libbase_a_SOURCES = \ tcpserver.h \ tcpsocket.cpp \ tcpsocket.h \ + thread.cpp \ + thread.h \ timer.cpp \ timer.h \ unix.h \