]> granicus.if.org Git - icinga2/commitdiff
Fix 'make distcheck'.
authorGunnar Beutner <gunnar.beutner@netways.de>
Fri, 19 Apr 2013 11:17:17 +0000 (13:17 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Fri, 19 Apr 2013 11:17:17 +0000 (13:17 +0200)
components/delegation/Makefile.am
components/notification/Makefile.am
components/replication/Makefile.am
configure.ac
lib/base/Makefile.am
lib/config/Makefile.am
lib/icinga/Makefile.am
lib/remoting/Makefile.am

index 70596bd820bae91cb82043e99473ae50d2d86ded..8711e3b1ef8fbda0644bd51a62e4752addc1dd33 100644 (file)
@@ -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) \
index fd19df7c15adff701755e6b3a6e4162c8c2fbe72..ac96d3048ebae69a7fbc092824aa52f8de6e86cf 100644 (file)
@@ -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) \
index 02a883cbdc18a815bc7dc16ac325284ad90cb780..d6cf716efc5a014489b257b2ba1e7992e5ff204d 100644 (file)
@@ -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) \
index 5c8d4203a8a7386ee202e8816f07a67d6a48a84d..729fc62972b6890e880f2c6a6762d30ad5b796de 100644 (file)
@@ -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)
index 86a8d8468681c8aab846a5c8ddd26cbefbe9f71c..b948f66232ae40ceedf73184d811bb3103488699 100644 (file)
@@ -4,9 +4,6 @@
 pkglib_LTLIBRARIES =  \
        libbase.la
 
-EXTRA_DIST = \
-       i2-base.cpp
-
 libbase_la_SOURCES =  \
        application.cpp \
        application.h \
index 1e2f14e9cc9f81d31d7b0c14037311c8371a277a..df64075e1b46cec058dbe7f90c79394fec477aca 100644 (file)
@@ -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 $< $@
index 86b7d433601e1ebc7ede9ea342701e12b339f45e..59f8bccf1b9dbf4b2ec1a7752945d1c6cebc7f1b 100644 (file)
@@ -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 $< $@
index 57c7a7a2fdfa5c8ba525ad892461e318dc6eab05..b3390c68aacdcbc7fb1d02b4b120d6e5189a2f7f 100644 (file)
@@ -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 \