libx52/util
nirenjan 8892b3ef7e util: Remove generated file from distribution tarball
util_char_map.c is generated at compile time by the Python script
x52_char_map_gen.py from the configuration x52_char_map.cfg. However,
because it was listed in libx52util_la_SOURCES, it was getting added to
the distribution.

In addition, removing it from the distribution caused `make distcheck`
to fail, since the generation script was called relative to the current
directory, instead of relative to `$(srcdir)`. This commit also fixes
that issue.
2016-12-29 14:01:38 -08:00
..
Makefile.am util: Remove generated file from distribution tarball 2016-12-29 14:01:38 -08:00
libx52util.h Add table walker to libx52util 2015-12-10 09:56:15 -08:00
x52_char_map.cfg Add codepoint translation status chart 2016-10-08 17:33:19 -07:00
x52_char_map.h Add table walker to libx52util 2015-12-10 09:56:15 -08:00
x52_char_map_gen.py Add support for Python3 in parser script 2016-05-06 07:39:02 -07:00
x52_char_map_lookup.c Add table walker to libx52util 2015-12-10 09:56:15 -08:00