2012-04-13 11:45:09 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
|
|
|
|
bin_PROGRAMS = \
|
|
|
|
icinga
|
|
|
|
|
|
|
|
icinga_SOURCES = \
|
|
|
|
icinga.cpp
|
|
|
|
|
|
|
|
icinga_CFLAGS = -DI2_ICINGALAUNCHER_BUILD
|
|
|
|
|
|
|
|
icinga_CXXFLAGS = -DI2_ICINGALAUNCHER_BUILD -I${top_srcdir}/base \
|
|
|
|
-I${top_srcdir}/jsonrpc \
|
|
|
|
-I${top_srcdir}/cJSON \
|
2012-04-13 11:49:49 +02:00
|
|
|
-I${top_srcdir}/icinga \
|
2012-04-13 11:45:09 +02:00
|
|
|
-I${top_srcdir}
|
|
|
|
|
2012-04-13 11:49:49 +02:00
|
|
|
icinga_LDFLAGS = $(top_builddir)/icinga/libicinga.la \
|
2012-04-13 11:45:09 +02:00
|
|
|
$(top_builddir)/jsonrpc/libjsonrpc.la \
|
|
|
|
$(top_builddir)/base/libbase.la \
|
|
|
|
${top_builddir}/cJSON/libcJSON.la
|