Skip to content

Commit

Permalink
Fix: make dist-* does not include lib/config/config_parser.h
Browse files Browse the repository at this point in the history
Fixes #3575
  • Loading branch information
gunnarbeutner committed Sep 30, 2013
1 parent 664f8ae commit aa99061
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/config/Makefile.am
Expand Up @@ -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 \
Expand Down

0 comments on commit aa99061

Please sign in to comment.