diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-03-16 12:48:59 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-03-16 12:48:59 +0100 |
commit | 4b6d7e11c893c7c201ef0a5a43609a12a5235187 (patch) | |
tree | 42a3aaef992613eab55c5154ca7d207a4f70ef99 /include/Makefile.am | |
parent | 5acefbd715c8720abc5d8ccd5349e1d9589739df (diff) | |
parent | 3aa2b0a6657b0ebd1618ee684f8ae31cd8bf127b (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 62ad527..82b8289 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,7 +1,8 @@ # -*- Makefile -*- nobase_include_HEADERS = libHX.h libHX/cast.h \ - libHX/ctype_helper.h libHX/defs.h libHX/deque.h libHX/init.h \ + libHX/ctype_helper.h libHX/defs.h libHX/deque.h libHX/endian.h libHX/init.h \ libHX/intdiff.hpp libHX/io.h libHX/list.h \ - libHX/map.h libHX/misc.h libHX/option.h libHX/proc.h libHX/socket.h libHX/string.h \ + libHX/map.h libHX/misc.h libHX/option.h libHX/proc.h \ + libHX/scope.hpp libHX/socket.h libHX/string.h \ libHX/libxml_helper.h libHX/wx_helper.hpp |