From 27e1d311de90d759e5310669129fe5e18b4b74df Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 15 Mar 2013 13:35:39 +0100 Subject: [PATCH] Fix dependencies for mkembedconfig. --- components/checker/Makefile.am | 2 +- components/compat/Makefile.am | 2 +- components/delegation/Makefile.am | 2 +- components/demo/Makefile.am | 2 +- components/livestatus/Makefile.am | 2 +- components/notification/Makefile.am | 2 +- components/replication/Makefile.am | 2 +- lib/config/Makefile.am | 2 +- lib/icinga/Makefile.am | 2 +- lib/remoting/Makefile.am | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/components/checker/Makefile.am b/components/checker/Makefile.am index 352ae0acb..85fb6e021 100644 --- a/components/checker/Makefile.am +++ b/components/checker/Makefile.am @@ -6,7 +6,7 @@ pkglib_LTLIBRARIES = \ EXTRA_DIST = \ checker-type.conf -.conf.cpp: $(top_builddir)/tools/mkembedconfig +.conf.cpp: $(top_builddir)/tools/mkembedconfig.c $(top_builddir)/tools/mkembedconfig $< $@ libchecker_la_SOURCES = \ diff --git a/components/compat/Makefile.am b/components/compat/Makefile.am index ece404448..d860666e4 100644 --- a/components/compat/Makefile.am +++ b/components/compat/Makefile.am @@ -6,7 +6,7 @@ pkglib_LTLIBRARIES = \ EXTRA_DIST = \ compat-type.conf -.conf.cpp: $(top_builddir)/tools/mkembedconfig +.conf.cpp: $(top_builddir)/tools/mkembedconfig.c $(top_builddir)/tools/mkembedconfig $< $@ libcompat_la_SOURCES = \ diff --git a/components/delegation/Makefile.am b/components/delegation/Makefile.am index 1dabc8611..eefa4a044 100644 --- a/components/delegation/Makefile.am +++ b/components/delegation/Makefile.am @@ -6,7 +6,7 @@ pkglib_LTLIBRARIES = \ EXTRA_DIST = \ delegation-type.conf -.conf.cpp: +.conf.cpp: $(top_builddir)/tools/mkembedconfig.c $(top_builddir)/tools/mkembedconfig $< $@ libdelegation_la_SOURCES = \ diff --git a/components/demo/Makefile.am b/components/demo/Makefile.am index fb3530c06..ae4d86a3d 100644 --- a/components/demo/Makefile.am +++ b/components/demo/Makefile.am @@ -6,7 +6,7 @@ pkglib_LTLIBRARIES = \ EXTRA_DIST = \ demo-type.conf -.conf.cpp: $(top_builddir)/tools/mkembedconfig +.conf.cpp: $(top_builddir)/tools/mkembedconfig.c $(top_builddir)/tools/mkembedconfig $< $@ libdemo_la_SOURCES = \ diff --git a/components/livestatus/Makefile.am b/components/livestatus/Makefile.am index 00423e115..ffa59e53d 100644 --- a/components/livestatus/Makefile.am +++ b/components/livestatus/Makefile.am @@ -6,7 +6,7 @@ pkglib_LTLIBRARIES = \ EXTRA_DIST = \ livestatus-type.conf -.conf.cpp: $(top_builddir)/tools/mkembedconfig +.conf.cpp: $(top_builddir)/tools/mkembedconfig.c $(top_builddir)/tools/mkembedconfig $< $@ liblivestatus_la_SOURCES = \ diff --git a/components/notification/Makefile.am b/components/notification/Makefile.am index 94360a9b8..fa643d3be 100644 --- a/components/notification/Makefile.am +++ b/components/notification/Makefile.am @@ -6,7 +6,7 @@ pkglib_LTLIBRARIES = \ EXTRA_DIST = \ notification-type.conf -.conf.cpp: $(top_builddir)/tools/mkembedconfig +.conf.cpp: $(top_builddir)/tools/mkembedconfig.c $(top_builddir)/tools/mkembedconfig $< $@ libnotification_la_SOURCES = \ diff --git a/components/replication/Makefile.am b/components/replication/Makefile.am index 6cdd1a33d..b05ddf6b2 100644 --- a/components/replication/Makefile.am +++ b/components/replication/Makefile.am @@ -6,7 +6,7 @@ pkglib_LTLIBRARIES = \ EXTRA_DIST = \ replication-type.conf -.conf.cpp: $(top_builddir)/tools/mkembedconfig +.conf.cpp: $(top_builddir)/tools/mkembedconfig.c $(top_builddir)/tools/mkembedconfig $< $@ libreplication_la_SOURCES = \ diff --git a/lib/config/Makefile.am b/lib/config/Makefile.am index a406b0e9c..4deccb764 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: $(top_builddir)/tools/mkembedconfig +.conf.cpp: $(top_builddir)/tools/mkembedconfig.c $(top_builddir)/tools/mkembedconfig $< $@ libconfig_la_SOURCES = \ diff --git a/lib/icinga/Makefile.am b/lib/icinga/Makefile.am index 2a173da84..e2ff440ab 100644 --- a/lib/icinga/Makefile.am +++ b/lib/icinga/Makefile.am @@ -7,7 +7,7 @@ pkglib_LTLIBRARIES = \ EXTRA_DIST = \ icinga-type.conf -.conf.cpp: $(top_builddir)/tools/mkembedconfig +.conf.cpp: $(top_builddir)/tools/mkembedconfig.c $(top_builddir)/tools/mkembedconfig $< $@ libicinga_la_SOURCES = \ diff --git a/lib/remoting/Makefile.am b/lib/remoting/Makefile.am index f213a4cc0..4f53ab038 100644 --- a/lib/remoting/Makefile.am +++ b/lib/remoting/Makefile.am @@ -4,7 +4,7 @@ pkglib_LTLIBRARIES = \ libremoting.la -.conf.cpp: $(top_builddir)/tools/mkembedconfig +.conf.cpp: $(top_builddir)/tools/mkembedconfig.c $(top_builddir)/tools/mkembedconfig $< $@ libremoting_la_SOURCES = \ -- 2.40.0