]> granicus.if.org Git - icinga2/commitdiff
Add config_lexer.cc, config_parser.cc and config_parser.h to the dist tarball.
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 8 Oct 2013 10:52:47 +0000 (12:52 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 8 Oct 2013 10:52:47 +0000 (12:52 +0200)
Fixes #4814

lib/config/Makefile.am

index fe4559cb3c52a79cea47b8f0a8599711f0781984..6def093dc7d6f33a3629689f010bc0a726a00a46 100644 (file)
@@ -7,6 +7,11 @@ pkglib_LTLIBRARIES = \
 CLEANFILES = \
        base-type.cpp
 
+EXTRA_DIST = \
+       config_lexer.cc \
+       config_parser.cc \
+       config_parser.h
+
 AM_YFLAGS = -d
 
 .conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig