diff options
author | Daniel Veillard <veillard@src.gnome.org> | 1999-07-06 22:25:25 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 1999-07-06 22:25:25 +0000 |
commit | 5233ffc8d302dae0527dea16541a1f4aaa98ee79 (patch) | |
tree | 81c4c157219f3d5b241ffcb60d604eb309ed0b5d /Makefile.am | |
parent | be70ff7162ea612ceb3afeb9be1b1c07a5a3e4d1 (diff) | |
download | libxml2-5233ffc8d302dae0527dea16541a1f4aaa98ee79.tar.gz |
Restore binary compat, more HTML stuff, allow stdin input, Daniel.
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 \ |