]> granicus.if.org Git - icinga2/commitdiff
Fix: make dist-* does not include lib/config/config_parser.h
authorGunnar Beutner <gunnar@beutner.name>
Mon, 30 Sep 2013 07:15:22 +0000 (09:15 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Mon, 30 Sep 2013 07:15:22 +0000 (09:15 +0200)
Fixes #3575

lib/config/Makefile.am

index baa490569413df85d26ca4af39e7f7a1a51c0ae9..ec6867ed297bae6a01cffdb84d55b7d5b6b3256c 100644 (file)
@@ -15,6 +15,9 @@ AM_YFLAGS = -d
 .conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
        $(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
 
+config_parser.h: config_parser.hh
+       cp $< $@
+
 libconfig_la_SOURCES = \
        base-type.conf \
        configcompiler.cpp \