diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-02-04 14:09:54 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-02-04 14:09:54 +0100 |
commit | bd82d030011cd8b9655e5ded6b6df9343b42a6bd (patch) | |
tree | de82d886dfea0cb7dbb6e80436218a25cb211bc3 /include/Makefile.am |
Imported Upstream version 3.22upstream/3.22
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 + |