mirror of https://github.com/Icinga/icinga2.git
Updated makefile.
This commit is contained in:
parent
5273e09d24
commit
4388f20d64
|
@ -7,6 +7,14 @@ noinst_LIBRARIES = \
|
||||||
libbase_a_SOURCES = \
|
libbase_a_SOURCES = \
|
||||||
application.cpp \
|
application.cpp \
|
||||||
application.h \
|
application.h \
|
||||||
|
component.cpp \
|
||||||
|
component.h \
|
||||||
|
condvar.cpp \
|
||||||
|
condvar.h \
|
||||||
|
confighive.cpp \
|
||||||
|
confighive.h \
|
||||||
|
configobject.cpp \
|
||||||
|
configobject.h \
|
||||||
delegate.h \
|
delegate.h \
|
||||||
event.h \
|
event.h \
|
||||||
fifo.cpp \
|
fifo.cpp \
|
||||||
|
@ -14,6 +22,8 @@ libbase_a_SOURCES = \
|
||||||
i2-base.h \
|
i2-base.h \
|
||||||
memory.cpp \
|
memory.cpp \
|
||||||
memory.h \
|
memory.h \
|
||||||
|
mutex.cpp \
|
||||||
|
mutex.h \
|
||||||
object.cpp \
|
object.cpp \
|
||||||
object.h \
|
object.h \
|
||||||
socket.cpp \
|
socket.cpp \
|
||||||
|
@ -24,6 +34,8 @@ libbase_a_SOURCES = \
|
||||||
tcpserver.h \
|
tcpserver.h \
|
||||||
tcpsocket.cpp \
|
tcpsocket.cpp \
|
||||||
tcpsocket.h \
|
tcpsocket.h \
|
||||||
|
thread.cpp \
|
||||||
|
thread.h \
|
||||||
timer.cpp \
|
timer.cpp \
|
||||||
timer.h \
|
timer.h \
|
||||||
unix.h \
|
unix.h \
|
||||||
|
|
Loading…
Reference in New Issue