]> granicus.if.org Git - icinga2/commitdiff
Fix dependencies for mkembedconfig.
authorGunnar Beutner <gunnar.beutner@netways.de>
Fri, 15 Mar 2013 12:35:39 +0000 (13:35 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Fri, 15 Mar 2013 12:35:39 +0000 (13:35 +0100)
components/checker/Makefile.am
components/compat/Makefile.am
components/delegation/Makefile.am
components/demo/Makefile.am
components/livestatus/Makefile.am
components/notification/Makefile.am
components/replication/Makefile.am
lib/config/Makefile.am
lib/icinga/Makefile.am
lib/remoting/Makefile.am

index 352ae0acbd8f1e566f60a56c788cba7071257c5c..85fb6e02194feb1d25c454bfdbd64a0b4d18cf0f 100644 (file)
@@ -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 = \
index ece4044481e0b32024be462f0402a94b4432606e..d860666e40772058c1308d396faa50d89b10db4f 100644 (file)
@@ -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 = \
index 1dabc8611acf8be950298ebeb516fe610f83f2d1..eefa4a044da7c532427f853d463e1ac0acf00138 100644 (file)
@@ -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 = \
index fb3530c06873e3204796db84dc7f83187bc95444..ae4d86a3d42ef63bd9adc95baae192dfe1282bad 100644 (file)
@@ -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 = \
index 00423e1154a8487faf442aa6c31d968ec2cdb66c..ffa59e53df6b5df62be89d06e5bde99e556751e4 100644 (file)
@@ -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 = \
index 94360a9b8ca664012135d71d21093d4fb70d5209..fa643d3beecbfa0b30ca5b59c79c31e534de2e42 100644 (file)
@@ -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 = \
index 6cdd1a33dd76d10ae3e0af4e5022018c5cc5eee9..b05ddf6b265f4b26b10c5022657d3980d1f473e2 100644 (file)
@@ -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 = \
index a406b0e9c74d4417514b62f7c0cc9943e3152a92..4deccb76480fd40968a68d3129c6ea24f429c96b 100644 (file)
@@ -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 = \
index 2a173da849a07df3e6b79be5c5f28e94ecf7b136..e2ff440abd6c93c8a3ee41c8f512f63db2eb8600 100644 (file)
@@ -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 =  \
index f213a4cc0b91cbd79e7b96555ece0a60174a54a0..4f53ab03821c6a15d669512966269363d47b7551 100644 (file)
@@ -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 = \