]> granicus.if.org Git - icinga2/commitdiff
Updated makefile.
authorGunnar Beutner <gunnar.beutner@netways.de>
Sat, 31 Mar 2012 13:20:38 +0000 (15:20 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Sat, 31 Mar 2012 13:20:38 +0000 (15:20 +0200)
base/Makefile.am

index dedd29dc890778d087bc7ed173871e647a435468..a8a970e9945f1e3e85ee85ac8d24a4fe32ca24bc 100644 (file)
@@ -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 \