From: Gunnar Beutner Date: Fri, 15 Mar 2013 10:56:30 +0000 (+0100) Subject: Add mkembedconfig as a dependency for the .conf -> .cpp build step. X-Git-Tag: v0.0.2~237 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d5e924bc6b949bb3c8a3cd67fa9028ae05b0f96;p=icinga2 Add mkembedconfig as a dependency for the .conf -> .cpp build step. --- diff --git a/components/checker/Makefile.am b/components/checker/Makefile.am index 6329c33a7..352ae0acb 100644 --- a/components/checker/Makefile.am +++ b/components/checker/Makefile.am @@ -6,7 +6,7 @@ pkglib_LTLIBRARIES = \ EXTRA_DIST = \ checker-type.conf -.conf.cpp: +.conf.cpp: $(top_builddir)/tools/mkembedconfig $(top_builddir)/tools/mkembedconfig $< $@ libchecker_la_SOURCES = \ diff --git a/components/compat/Makefile.am b/components/compat/Makefile.am index f79b52ba5..ece404448 100644 --- a/components/compat/Makefile.am +++ b/components/compat/Makefile.am @@ -6,7 +6,7 @@ pkglib_LTLIBRARIES = \ EXTRA_DIST = \ compat-type.conf -.conf.cpp: +.conf.cpp: $(top_builddir)/tools/mkembedconfig $(top_builddir)/tools/mkembedconfig $< $@ libcompat_la_SOURCES = \ diff --git a/components/demo/Makefile.am b/components/demo/Makefile.am index a4230cf28..fb3530c06 100644 --- a/components/demo/Makefile.am +++ b/components/demo/Makefile.am @@ -6,7 +6,7 @@ pkglib_LTLIBRARIES = \ EXTRA_DIST = \ demo-type.conf -.conf.cpp: +.conf.cpp: $(top_builddir)/tools/mkembedconfig $(top_builddir)/tools/mkembedconfig $< $@ libdemo_la_SOURCES = \ diff --git a/components/livestatus/Makefile.am b/components/livestatus/Makefile.am index 4de52ed6a..00423e115 100644 --- a/components/livestatus/Makefile.am +++ b/components/livestatus/Makefile.am @@ -6,7 +6,7 @@ pkglib_LTLIBRARIES = \ EXTRA_DIST = \ livestatus-type.conf -.conf.cpp: +.conf.cpp: $(top_builddir)/tools/mkembedconfig $(top_builddir)/tools/mkembedconfig $< $@ liblivestatus_la_SOURCES = \ diff --git a/components/notification/Makefile.am b/components/notification/Makefile.am index c86ba3010..94360a9b8 100644 --- a/components/notification/Makefile.am +++ b/components/notification/Makefile.am @@ -6,7 +6,7 @@ pkglib_LTLIBRARIES = \ EXTRA_DIST = \ notification-type.conf -.conf.cpp: +.conf.cpp: $(top_builddir)/tools/mkembedconfig $(top_builddir)/tools/mkembedconfig $< $@ libnotification_la_SOURCES = \ diff --git a/components/replication/Makefile.am b/components/replication/Makefile.am index d47d6baf3..6cdd1a33d 100644 --- a/components/replication/Makefile.am +++ b/components/replication/Makefile.am @@ -6,7 +6,7 @@ pkglib_LTLIBRARIES = \ EXTRA_DIST = \ replication-type.conf -.conf.cpp: +.conf.cpp: $(top_builddir)/tools/mkembedconfig $(top_builddir)/tools/mkembedconfig $< $@ libreplication_la_SOURCES = \ diff --git a/lib/config/Makefile.am b/lib/config/Makefile.am index e9cbc3e0b..a406b0e9c 100644 --- a/lib/config/Makefile.am +++ b/lib/config/Makefile.am @@ -11,7 +11,7 @@ AM_YFLAGS = -d EXTRA_DIST = \ base-type.conf -.conf.cpp: +.conf.cpp: $(top_builddir)/tools/mkembedconfig $(top_builddir)/tools/mkembedconfig $< $@ libconfig_la_SOURCES = \ diff --git a/lib/icinga/Makefile.am b/lib/icinga/Makefile.am index 7ea79040a..2a173da84 100644 --- a/lib/icinga/Makefile.am +++ b/lib/icinga/Makefile.am @@ -7,7 +7,7 @@ pkglib_LTLIBRARIES = \ EXTRA_DIST = \ icinga-type.conf -.conf.cpp: +.conf.cpp: $(top_builddir)/tools/mkembedconfig $(top_builddir)/tools/mkembedconfig $< $@ libicinga_la_SOURCES = \ diff --git a/lib/remoting/Makefile.am b/lib/remoting/Makefile.am index 8be603ebf..f213a4cc0 100644 --- a/lib/remoting/Makefile.am +++ b/lib/remoting/Makefile.am @@ -4,7 +4,7 @@ pkglib_LTLIBRARIES = \ libremoting.la -.conf.cpp: +.conf.cpp: $(top_builddir)/tools/mkembedconfig $(top_builddir)/tools/mkembedconfig $< $@ libremoting_la_SOURCES = \