yamerl/include/Makefile.am
Jean-Sébastien Pédron f757c4674d Rework headers by isolating private ones
The private headers are now in "include/internal". They're still
installed because they are needed by dialyzer.
2011-05-31 16:41:43 +02:00

12 lines
346 B
Makefile

# $Id: Makefile.am 5090 2010-09-09 08:50:13Z jean.sebastien.pedron $
headersdir = $(ERLANG_INSTALL_LIB_DIR_yaml)/include
nobase_dist_headers_DATA = yaml_types.hrl \
yaml_errors.hrl \
yaml_tokens.hrl \
yaml_nodes.hrl \
yaml_nodes_yakaz.hrl \
internal/yaml_parser.hrl \
internal/yaml_repr.hrl