icinga2/base/Makefile.am

62 lines
947 B
Makefile
Raw Normal View History

2012-03-28 13:24:49 +02:00
## Process this file with automake to produce Makefile.in
2012-04-06 09:18:06 +02:00
pkglib_LTLIBRARIES = \
2012-04-02 10:29:08 +02:00
libbase.la
2012-03-28 13:24:49 +02:00
2012-04-02 10:29:08 +02:00
libbase_la_SOURCES = \
2012-03-28 13:24:49 +02:00
application.cpp \
application.h \
2012-03-31 15:20:38 +02:00
component.cpp \
component.h \
condvar.cpp \
condvar.h \
configcollection.cpp \
configcollection.h \
2012-03-31 15:20:38 +02:00
confighive.cpp \
confighive.h \
configobject.cpp \
configobject.h \
cxx11-compat.h \
2012-03-28 13:24:49 +02:00
delegate.h \
2012-04-18 15:42:21 +02:00
dictionary.cpp \
dictionary.h \
2012-03-28 13:24:49 +02:00
event.h \
exception.cpp \
exception.h \
2012-03-28 13:24:49 +02:00
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 \
2012-04-24 14:04:51 +02:00
tlsclient.cpp \
tlsclient.h \
unix.cpp \
2012-03-28 13:24:49 +02:00
unix.h \
2012-04-22 16:45:31 +02:00
utility.cpp \
utility.h \
2012-04-18 15:42:21 +02:00
variant.cpp \
variant.h \
win32.cpp \
2012-03-28 13:24:49 +02:00
win32.h
2012-04-02 10:29:08 +02:00
libbase_la_LIBADD=$(LIBLTDL)
2012-04-06 09:18:06 +02:00
libbase_la_CXXFLAGS=$(LTDLINCL) -DI2_BASE_BUILD -pthread