mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
Removed unused classes from the build scripts.
This commit is contained in:
parent
c3cc247be0
commit
62c8b700db
@ -9,8 +9,6 @@ libbase_la_SOURCES = \
|
|||||||
application.h \
|
application.h \
|
||||||
component.cpp \
|
component.cpp \
|
||||||
component.h \
|
component.h \
|
||||||
condvar.cpp \
|
|
||||||
condvar.h \
|
|
||||||
configcollection.cpp \
|
configcollection.cpp \
|
||||||
configcollection.h \
|
configcollection.h \
|
||||||
confighive.cpp \
|
confighive.cpp \
|
||||||
@ -27,12 +25,8 @@ libbase_la_SOURCES = \
|
|||||||
fifo.cpp \
|
fifo.cpp \
|
||||||
fifo.h \
|
fifo.h \
|
||||||
i2-base.h \
|
i2-base.h \
|
||||||
lock.cpp \
|
|
||||||
lock.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 \
|
||||||
@ -43,8 +37,6 @@ libbase_la_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 \
|
||||||
tlsclient.cpp \
|
tlsclient.cpp \
|
||||||
|
@ -95,10 +95,6 @@ using namespace std::tr1::placeholders;
|
|||||||
# define I2_BASE_API I2_IMPORT
|
# define I2_BASE_API I2_IMPORT
|
||||||
#endif /* I2_BASE_BUILD */
|
#endif /* I2_BASE_BUILD */
|
||||||
|
|
||||||
#include "mutex.h"
|
|
||||||
#include "lock.h"
|
|
||||||
#include "condvar.h"
|
|
||||||
#include "thread.h"
|
|
||||||
#include "utility.h"
|
#include "utility.h"
|
||||||
#include "object.h"
|
#include "object.h"
|
||||||
#include "exception.h"
|
#include "exception.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user