mirror of https://github.com/Icinga/icinga2.git
31 lines
430 B
Makefile
31 lines
430 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
noinst_LIBRARIES = \
|
|
libbase.a
|
|
|
|
libbase_a_SOURCES = \
|
|
application.cpp \
|
|
application.h \
|
|
delegate.h \
|
|
event.h \
|
|
fifo.cpp \
|
|
fifo.h \
|
|
i2-base.h \
|
|
memory.cpp \
|
|
memory.h \
|
|
object.cpp \
|
|
object.h \
|
|
socket.cpp \
|
|
socket.h \
|
|
tcpclient.cpp \
|
|
tcpclient.h \
|
|
tcpserver.cpp \
|
|
tcpserver.h \
|
|
tcpsocket.cpp \
|
|
tcpsocket.h \
|
|
timer.cpp \
|
|
timer.h \
|
|
unix.h \
|
|
win32.h
|