From: Ivan Maidanski Date: Tue, 21 Oct 2014 21:36:17 +0000 (+0400) Subject: Fix missing cord_pos.h, ec.h among installed headers (Automake) X-Git-Tag: gc7_4_4~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=acf7c0ef93d6003ba1e091bef3f28bc76daef0a4;p=gc Fix missing cord_pos.h, ec.h among installed headers (Automake) * cord/cord.am (pkginclude_HEADERS): Add cord_pos.h, ec.h entries. --- diff --git a/cord/cord.am b/cord/cord.am index 7d3fbe55..7793ec8f 100644 --- a/cord/cord.am +++ b/cord/cord.am @@ -22,4 +22,7 @@ EXTRA_DIST += \ cord/tests/de_win.h \ cord/tests/de_win.rc -pkginclude_HEADERS += include/cord.h +pkginclude_HEADERS += \ + include/cord.h \ + include/cord_pos.h \ + include/ec.h