Fix missing cord_pos.h, ec.h among installed headers (Automake)
authorIvan Maidanski <ivmai@mail.ru>
Tue, 21 Oct 2014 21:36:17 +0000 (01:36 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 21 Oct 2014 21:36:17 +0000 (01:36 +0400)
* cord/cord.am (pkginclude_HEADERS): Add cord_pos.h, ec.h entries.

cord/cord.am

index 7d3fbe5..7793ec8 100644 (file)
@@ -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