mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +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 \
|
||||
component.cpp \
|
||||
component.h \
|
||||
condvar.cpp \
|
||||
condvar.h \
|
||||
configcollection.cpp \
|
||||
configcollection.h \
|
||||
confighive.cpp \
|
||||
@ -27,12 +25,8 @@ libbase_la_SOURCES = \
|
||||
fifo.cpp \
|
||||
fifo.h \
|
||||
i2-base.h \
|
||||
lock.cpp \
|
||||
lock.h \
|
||||
memory.cpp \
|
||||
memory.h \
|
||||
mutex.cpp \
|
||||
mutex.h \
|
||||
object.cpp \
|
||||
object.h \
|
||||
socket.cpp \
|
||||
@ -43,8 +37,6 @@ libbase_la_SOURCES = \
|
||||
tcpserver.h \
|
||||
tcpsocket.cpp \
|
||||
tcpsocket.h \
|
||||
thread.cpp \
|
||||
thread.h \
|
||||
timer.cpp \
|
||||
timer.h \
|
||||
tlsclient.cpp \
|
||||
|
@ -95,10 +95,6 @@ using namespace std::tr1::placeholders;
|
||||
# define I2_BASE_API I2_IMPORT
|
||||
#endif /* I2_BASE_BUILD */
|
||||
|
||||
#include "mutex.h"
|
||||
#include "lock.h"
|
||||
#include "condvar.h"
|
||||
#include "thread.h"
|
||||
#include "utility.h"
|
||||
#include "object.h"
|
||||
#include "exception.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user