mirror of https://github.com/Icinga/icinga2.git
Fix: make dist-* does not include lib/config/config_parser.h
Fixes #3575
This commit is contained in:
parent
664f8ae7e8
commit
aa99061a12
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue