icinga2/icinga/Makefile.am

16 lines
311 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 \
icingaapplication.h
icinga_CXXFLAGS = -I${top_srcdir}/base \
2012-04-01 09:31:03 +02:00
-I${top_srcdir}/jsonrpc
icinga_LDFLAGS = $(top_builddir)/base/libbase.a \
2012-04-01 09:31:03 +02:00
$(top_builddir)/jsonrpc/libjsonrpc.a