We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3440ed + 7311bbe commit cd0eff4Copy full SHA for cd0eff4
build/gnuauto/src/Makefile.am
@@ -65,7 +65,7 @@ libtidy_la_SOURCES = \
65
clean.c localize.c config.c alloc.c \
66
attrask.c attrdict.c attrget.c buffio.c \
67
fileio.c streamio.c tagask.c tmbstr.c \
68
- utf8.c tidylib.c mappedio.c
+ utf8.c tidylib.c mappedio.c gdoc.c
69
70
libtidy_la_LDFLAGS = \
71
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
@@ -76,6 +76,6 @@ HFILES = \
76
config.h entities.h fileio.h forward.h \
77
lexer.h mappedio.h message.h parser.h \
78
pprint.h streamio.h tags.h tmbstr.h \
79
- utf8.h tidy-int.h version.h
+ utf8.h tidy-int.h version.h gdoc.h
80
81
EXTRA_DIST = $(HFILES)
0 commit comments