mirror of https://github.com/Icinga/icinga2.git
Renamed icinga binary to icinga2 to avoid conflicts with Icinga 1.x
This commit is contained in:
parent
0884a67ebe
commit
093931a1d3
|
@ -4,12 +4,12 @@ SUBDIRS = \
|
|||
config
|
||||
|
||||
bin_PROGRAMS = \
|
||||
icinga
|
||||
icinga2
|
||||
|
||||
icinga_SOURCES = \
|
||||
icinga2_SOURCES = \
|
||||
icinga.cpp
|
||||
|
||||
icinga_CPPFLAGS = \
|
||||
icinga2_CPPFLAGS = \
|
||||
-DI2_ICINGALAUNCHER_BUILD \
|
||||
$(LTDLINCL) \
|
||||
$(BOOST_CPPFLAGS) \
|
||||
|
@ -19,10 +19,10 @@ icinga_CPPFLAGS = \
|
|||
-I${top_srcdir}/lib/icinga \
|
||||
-I${top_srcdir}
|
||||
|
||||
icinga_LDFLAGS = \
|
||||
icinga2_LDFLAGS = \
|
||||
$(BOOST_LDFLAGS)
|
||||
|
||||
icinga_LDADD = \
|
||||
icinga2_LDADD = \
|
||||
$(LIBLTDL) \
|
||||
$(BOOST_SIGNALS_LIB) \
|
||||
$(BOOST_THREAD_LIB) \
|
||||
|
@ -38,6 +38,6 @@ icinga_LDADD = \
|
|||
-dlopen ${top_builddir}/components/delegation/delegation.la \
|
||||
-dlopen ${top_builddir}/components/demo/demo.la
|
||||
|
||||
icinga_DEPENDENCIES = \
|
||||
icinga2_DEPENDENCIES = \
|
||||
${top_builddir}/components/replication/replication.la \
|
||||
${top_builddir}/components/convenience/convenience.la
|
||||
|
|
|
@ -33,7 +33,7 @@ make install DESTDIR=%{buildroot}
|
|||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/icinga
|
||||
%{_bindir}/icinga2
|
||||
%{_datadir}/doc/icinga2
|
||||
%{_libdir}/icinga2
|
||||
%{_sysconfdir}/icinga2
|
||||
|
|
Loading…
Reference in New Issue