2012-04-01 09:31:03 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
|
|
|
|
bin_PROGRAMS = \
|
|
|
|
icinga
|
|
|
|
|
2012-04-01 09:48:52 +02:00
|
|
|
icinga_SOURCES = \
|
2012-04-01 09:31:03 +02:00
|
|
|
icingaapplication.cpp \
|
2012-04-01 13:57:22 +02:00
|
|
|
icingaapplication.h \
|
|
|
|
i2-icinga.h
|
2012-04-01 09:31:03 +02:00
|
|
|
|
2012-04-01 09:48:52 +02:00
|
|
|
icinga_CXXFLAGS = -I${top_srcdir}/base \
|
2012-04-01 19:45:30 +02:00
|
|
|
-I${top_srcdir}/jsonrpc -I${top_srcdir}
|
2012-04-01 09:31:03 +02:00
|
|
|
|
2012-04-02 10:29:08 +02:00
|
|
|
icinga_LDFLAGS = $(top_builddir)/base/libbase.la \
|
|
|
|
$(top_builddir)/jsonrpc/libjsonrpc.la
|