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