[PATCH] lib/Makefile.am: Include cfg-grammar.h in the package headers too.
cfg-grammar.h is included by some of the public headers we install, therefore cfg-grammar.h should be installed alongside aswell. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> --- lib/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index d941a8d..6527bc8 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -24,6 +24,7 @@ pkginclude_HEADERS = \ block-ref-parser.h \ center.h \ cfg.h \ + cfg-grammar.h \ cfg-lexer.h \ cfg-parser.h \ children.h \ -- 1.7.2.5
Thanks. Applied. On Thu, 2011-08-25 at 14:53 +0200, Gergely Nagy wrote:
cfg-grammar.h is included by some of the public headers we install, therefore cfg-grammar.h should be installed alongside aswell.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> --- lib/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
-- Bazsi
participants (2)
-
Balazs Scheidler
-
Gergely Nagy