The following statement doesn't work:
dist_include_DATA = someheaders.h
which cause error:
Makefile.am:8: `includedir' is not a legitimate directory for `DATA'
Using:
include_HEADERS = someheader.h