blob: b70eebddface92991c6fcceb7db822988d79a913 (
plain)
1
2
3
4
5
6
7
8
|
# -*- Makefile -*-
nobase_include_HEADERS = libHX.h \
libHX/ctype_helper.h libHX/defs.h libHX/deque.h libHX/init.h \
libHX/io.h libHX/list.h \
libHX/map.h libHX/misc.h libHX/option.h libHX/proc.h libHX/string.h \
libHX/libxml_helper.h libHX/wx_helper.hpp
|