mirror of
https://github.com/valitydev/yamerl.git
synced 2024-11-06 10:55:16 +00:00
78671683ea
Mostly: o updates to autotools files o removal of $Id$ and $Revision o cleanups of Debian package
10 lines
276 B
Makefile
10 lines
276 B
Makefile
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
|