]> granicus.if.org Git - icinga2/blob - lib/icinga/Makefile.am
Removed PCH support (as it's clearly not working properly).
[icinga2] / lib / icinga / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3
4 pkglib_LTLIBRARIES =  \
5         libicinga.la
6
7 libicinga_la_SOURCES =  \
8         api.cpp \
9         api.h \
10         checkresultmessage.cpp \
11         checkresultmessage.h \
12         cib.cpp \
13         cib.h \
14         externalcommandprocessor.cpp \
15         externalcommandprocessor.h \
16         host.cpp \
17         hostgroup.cpp \
18         hostgroup.h \
19         host.h \
20         i2-icinga.cpp \
21         i2-icinga.h \
22         icingaapplication.cpp \
23         icingaapplication.h \
24         macroprocessor.cpp \
25         macroprocessor.h \
26         notification.cpp \
27         notification.h \
28         notificationrequestmessage.cpp \
29         notificationrequestmessage.h \
30         nullchecktask.cpp \
31         nullchecktask.h \
32         pluginchecktask.cpp \
33         pluginchecktask.h \
34         pluginnotificationtask.cpp \
35         pluginnotificationtask.h \
36         service.cpp \
37         service-check.cpp \
38         service-comment.cpp \
39         service-downtime.cpp \
40         service-notification.cpp \
41         service.h \
42         servicegroup.cpp \
43         servicegroup.h
44
45 libicinga_la_CPPFLAGS = \
46         -DI2_ICINGA_BUILD \
47         $(BOOST_CPPFLAGS) \
48         -I${top_srcdir}/lib/base \
49         -I${top_srcdir}/lib/config \
50         -I${top_srcdir}/lib/remoting \
51         -I${top_srcdir}
52
53 libicinga_la_LDFLAGS = \
54         $(BOOST_LDFLAGS) \
55         -no-undefined \
56         @RELEASE_INFO@ \
57         @VERSION_INFO@
58
59 libicinga_la_LIBADD = \
60         $(BOOST_THREAD_LIB) \
61         ${top_builddir}/lib/base/libbase.la \
62         ${top_builddir}/lib/config/libconfig.la \
63         ${top_builddir}/lib/remoting/libremoting.la