Skip to content

Commit cd0eff4

Browse files
Merge pull request htacg#52 from craigbarnes/master
Fix for autotools build
2 parents d3440ed + 7311bbe commit cd0eff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/gnuauto/src/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ libtidy_la_SOURCES = \
6565
clean.c localize.c config.c alloc.c \
6666
attrask.c attrdict.c attrget.c buffio.c \
6767
fileio.c streamio.c tagask.c tmbstr.c \
68-
utf8.c tidylib.c mappedio.c
68+
utf8.c tidylib.c mappedio.c gdoc.c
6969

7070
libtidy_la_LDFLAGS = \
7171
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
@@ -76,6 +76,6 @@ HFILES = \
7676
config.h entities.h fileio.h forward.h \
7777
lexer.h mappedio.h message.h parser.h \
7878
pprint.h streamio.h tags.h tmbstr.h \
79-
utf8.h tidy-int.h version.h
79+
utf8.h tidy-int.h version.h gdoc.h
8080

8181
EXTRA_DIST = $(HFILES)

0 commit comments

Comments
 (0)