diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 07d02f51..e06d4640 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,6 +23,7 @@ libxml_la_SOURCES = \ HTMLparser.c \ debugXML.c \ tree.c \ + HTMLtree.c \ valid.c xmlincdir = $(includedir)/gnome-xml @@ -30,6 +31,7 @@ xmlinc_HEADERS = \ entities.h \ encoding.h \ parser.h \ + HTMLparser.h \ parserInternals.h \ debugXML.h \ xml-error.h \ |