diff options
author | hboehm <hboehm> | 2008-10-20 23:11:27 +0000 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2011-07-26 21:06:43 +0400 |
commit | 2ec512139502dd631518db89536a48d465681383 (patch) | |
tree | c84d80c0c19e52bd61cefc8a14e6f3023a591aac /cord | |
parent | 80da7344aef075777df0a780345cfb227bafd140 (diff) | |
download | bdwgc-2ec512139502dd631518db89536a48d465681383.tar.gz |
2008-10-20 Hans Boehm <Hans.Boehm@hp.com>
* doc/README: Make it clearer when Makefile.direct is assumed.
* cord/cord.am: install include/cord.h.
* Makefile.in: Regenerate.
Diffstat (limited to 'cord')
-rw-r--r-- | cord/cord.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cord/cord.am b/cord/cord.am index fc5e8cc2..f6a3982d 100644 --- a/cord/cord.am +++ b/cord/cord.am @@ -15,3 +15,5 @@ EXTRA_DIST += \ cord/cordbscs.c cord/cordtest.c cord/de.c \ cord/cordprnt.c cord/cordxtra.c cord/de_cmds.h \ cord/de_win.h cord/de_win.c cord/de_win.RC cord/de_win.ICO + +pkginclude_HEADERS += include/cord.h |