icinga2/base/Makefile.am

43 lines
612 B
Makefile
Raw Normal View History

2012-03-28 13:24:49 +02:00
## Process this file with automake to produce Makefile.in
noinst_LIBRARIES = \
libbase.a
libbase_a_SOURCES = \
application.cpp \
application.h \
2012-03-31 15:20:38 +02:00
component.cpp \
component.h \
condvar.cpp \
condvar.h \
confighive.cpp \
confighive.h \
configobject.cpp \
configobject.h \
2012-03-28 13:24:49 +02:00
delegate.h \
event.h \
fifo.cpp \
fifo.h \
i2-base.h \
memory.cpp \
memory.h \
2012-03-31 15:20:38 +02:00
mutex.cpp \
mutex.h \
2012-03-28 13:24:49 +02:00
object.cpp \
object.h \
socket.cpp \
socket.h \
tcpclient.cpp \
tcpclient.h \
tcpserver.cpp \
tcpserver.h \
tcpsocket.cpp \
tcpsocket.h \
2012-03-31 15:20:38 +02:00
thread.cpp \
thread.h \
2012-03-28 13:24:49 +02:00
timer.cpp \
timer.h \
unix.h \
win32.h