icinga2/icinga/Makefile.am

16 lines
342 B
Makefile
Raw Normal View History

2012-04-01 09:31:03 +02:00
## Process this file with automake to produce Makefile.in
bin_PROGRAMS = \
icinga
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
icinga_CXXFLAGS = -I${top_srcdir}/base \
-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