Browse Source

add missing header for macosx into distribution

cache-refactoring
Aleksey Demakov 17 years ago
parent
commit
eac8d2d2e9
  1. 4
      ChangeLog
  2. 2
      tools/Makefile.am

4
ChangeLog

@ -1,3 +1,7 @@
2007-11-13 Aleksey Demakov <ademakov@gmail.com>
* tools/Makefile.am (noinst_HEADERS): add gen-apply-macosx.h
2007-11-08 Aleksey Demakov <ademakov@gmail.com> 2007-11-08 Aleksey Demakov <ademakov@gmail.com>
* include/jit/jit-plus.h, jitplus/jit-plus-function.cpp (new_label): * include/jit/jit-plus.h, jitplus/jit-plus-function.cpp (new_label):

2
tools/Makefile.am

@ -1,6 +1,8 @@
noinst_PROGRAMS = gen-apply gen-rules gen-sel noinst_PROGRAMS = gen-apply gen-rules gen-sel
noinst_HEADERS = gen-apply-macosx.h
gen_apply_SOURCES = gen-apply.c gen_apply_SOURCES = gen-apply.c
gen_rules_SOURCES = gen-rules-parser.y gen-rules-scanner.l gen_rules_SOURCES = gen-rules-parser.y gen-rules-scanner.l

Loading…
Cancel
Save