From: Aleksey Demakov Date: Tue, 13 Nov 2007 09:19:23 +0000 (+0000) Subject: add missing header for macosx into distribution X-Git-Tag: before.move.to.git~132 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=eac8d2d2e9fbf56cb82cdf2e3f407a9c31724043;p=francis%2Flibjit.git add missing header for macosx into distribution --- 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