mirror of
https://github.com/valitydev/yamerl.git
synced 2024-11-06 10:55:16 +00:00
f757c4674d
The private headers are now in "include/internal". They're still installed because they are needed by dialyzer.
12 lines
346 B
Makefile
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
|