Fix: make dist-* does not include lib/config/config_parser.h

Fixes #3575
This commit is contained in:
Gunnar Beutner 2013-09-30 09:15:22 +02:00
parent 664f8ae7e8
commit aa99061a12
1 changed files with 3 additions and 0 deletions

View 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 \