mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-29 00:24:23 +02:00
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…
x
Reference in New Issue
Block a user