From eac8d2d2e9fbf56cb82cdf2e3f407a9c31724043 Mon Sep 17 00:00:00 2001 From: Aleksey Demakov Date: Tue, 13 Nov 2007 09:19:23 +0000 Subject: [PATCH] add missing header for macosx into distribution --- ChangeLog | 4 ++++ tools/Makefile.am | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 423c4b3..3688352 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-11-13 Aleksey Demakov + + * tools/Makefile.am (noinst_HEADERS): add gen-apply-macosx.h + 2007-11-08 Aleksey Demakov * include/jit/jit-plus.h, jitplus/jit-plus-function.cpp (new_label): diff --git a/tools/Makefile.am b/tools/Makefile.am index 959d824..f08bd2d 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,6 +1,8 @@ noinst_PROGRAMS = gen-apply gen-rules gen-sel +noinst_HEADERS = gen-apply-macosx.h + gen_apply_SOURCES = gen-apply.c gen_rules_SOURCES = gen-rules-parser.y gen-rules-scanner.l -- 2.47.3