diff options
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am new file mode 100644 index 0000000..b70eebd --- /dev/null +++ b/include/Makefile.am @@ -0,0 +1,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 + |