mirror of https://github.com/Icinga/icinga2.git
Fix 'make distcheck'.
This commit is contained in:
parent
4fa9685a18
commit
5db55ea384
|
@ -12,8 +12,7 @@ EXTRA_DIST = \
|
||||||
libdelegation_la_SOURCES = \
|
libdelegation_la_SOURCES = \
|
||||||
delegationcomponent.cpp \
|
delegationcomponent.cpp \
|
||||||
delegationcomponent.h \
|
delegationcomponent.h \
|
||||||
delegation-type.cpp \
|
delegation-type.cpp
|
||||||
i2-delegation.h
|
|
||||||
|
|
||||||
libdelegation_la_CPPFLAGS = \
|
libdelegation_la_CPPFLAGS = \
|
||||||
$(BOOST_CPPFLAGS) \
|
$(BOOST_CPPFLAGS) \
|
||||||
|
|
|
@ -12,8 +12,7 @@ EXTRA_DIST = \
|
||||||
libnotification_la_SOURCES = \
|
libnotification_la_SOURCES = \
|
||||||
notificationcomponent.cpp \
|
notificationcomponent.cpp \
|
||||||
notificationcomponent.h \
|
notificationcomponent.h \
|
||||||
notification-type.cpp \
|
notification-type.cpp
|
||||||
i2-notification.h
|
|
||||||
|
|
||||||
libnotification_la_CPPFLAGS = \
|
libnotification_la_CPPFLAGS = \
|
||||||
$(BOOST_CPPFLAGS) \
|
$(BOOST_CPPFLAGS) \
|
||||||
|
|
|
@ -12,8 +12,7 @@ EXTRA_DIST = \
|
||||||
libreplication_la_SOURCES = \
|
libreplication_la_SOURCES = \
|
||||||
replicationcomponent.cpp \
|
replicationcomponent.cpp \
|
||||||
replicationcomponent.h \
|
replicationcomponent.h \
|
||||||
replication-type.cpp \
|
replication-type.cpp
|
||||||
i2-replication.h
|
|
||||||
|
|
||||||
libreplication_la_CPPFLAGS = \
|
libreplication_la_CPPFLAGS = \
|
||||||
$(BOOST_CPPFLAGS) \
|
$(BOOST_CPPFLAGS) \
|
||||||
|
|
|
@ -73,8 +73,8 @@ AC_CHECK_LIB(ws2_32, getsockname)
|
||||||
AC_CHECK_LIB(shlwapi, PathRemoveFileSpecA)
|
AC_CHECK_LIB(shlwapi, PathRemoveFileSpecA)
|
||||||
AC_CHECK_FUNCS([backtrace_symbols execvpe pipe2])
|
AC_CHECK_FUNCS([backtrace_symbols execvpe pipe2])
|
||||||
|
|
||||||
CFLAGS="$CFLAGS -Wall -Wextra"
|
CFLAGS="$CFLAGS -Wall -Wextra -Weffc++"
|
||||||
CXXFLAGS="$CXXFLAGS -Wall -Wextra"
|
CXXFLAGS="$CXXFLAGS -Wall -Wextra -Weffc++"
|
||||||
|
|
||||||
AC_MSG_CHECKING(whether to enable debugging)
|
AC_MSG_CHECKING(whether to enable debugging)
|
||||||
AC_ARG_ENABLE(debug, [ --enable-debug=[no/yes] turn on debugging (default=no)],, enable_debug=no)
|
AC_ARG_ENABLE(debug, [ --enable-debug=[no/yes] turn on debugging (default=no)],, enable_debug=no)
|
||||||
|
|
|
@ -4,9 +4,6 @@
|
||||||
pkglib_LTLIBRARIES = \
|
pkglib_LTLIBRARIES = \
|
||||||
libbase.la
|
libbase.la
|
||||||
|
|
||||||
EXTRA_DIST = \
|
|
||||||
i2-base.cpp
|
|
||||||
|
|
||||||
libbase_la_SOURCES = \
|
libbase_la_SOURCES = \
|
||||||
application.cpp \
|
application.cpp \
|
||||||
application.h \
|
application.h \
|
||||||
|
|
|
@ -9,8 +9,7 @@ BUILT_SOURCES = config_parser.h
|
||||||
AM_YFLAGS = -d
|
AM_YFLAGS = -d
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
base-type.conf \
|
base-type.conf
|
||||||
i2-config.cpp
|
|
||||||
|
|
||||||
.conf.cpp: $(top_builddir)/tools/mkembedconfig.c
|
.conf.cpp: $(top_builddir)/tools/mkembedconfig.c
|
||||||
$(top_builddir)/tools/mkembedconfig $< $@
|
$(top_builddir)/tools/mkembedconfig $< $@
|
||||||
|
|
|
@ -5,8 +5,7 @@ pkglib_LTLIBRARIES = \
|
||||||
libicinga.la
|
libicinga.la
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
icinga-type.conf \
|
icinga-type.conf
|
||||||
i2-icinga.cpp
|
|
||||||
|
|
||||||
.conf.cpp: $(top_builddir)/tools/mkembedconfig.c
|
.conf.cpp: $(top_builddir)/tools/mkembedconfig.c
|
||||||
$(top_builddir)/tools/mkembedconfig $< $@
|
$(top_builddir)/tools/mkembedconfig $< $@
|
||||||
|
|
|
@ -7,9 +7,6 @@ pkglib_LTLIBRARIES = \
|
||||||
.conf.cpp: $(top_builddir)/tools/mkembedconfig.c
|
.conf.cpp: $(top_builddir)/tools/mkembedconfig.c
|
||||||
$(top_builddir)/tools/mkembedconfig $< $@
|
$(top_builddir)/tools/mkembedconfig $< $@
|
||||||
|
|
||||||
EXTRA_DIST = \
|
|
||||||
i2-remoting.cpp
|
|
||||||
|
|
||||||
libremoting_la_SOURCES = \
|
libremoting_la_SOURCES = \
|
||||||
endpoint.cpp \
|
endpoint.cpp \
|
||||||
endpoint.h \
|
endpoint.h \
|
||||||
|
|
Loading…
Reference in New Issue