File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,9 @@ html2text_SOURCES = \
42
42
sgml.h \
43
43
table.cpp \
44
44
$(NULL )
45
+ html2text_LDADD = \
46
+ $(LIBICONV ) \
47
+ $(NULL )
45
48
46
49
BUILT_SOURCES = HTMLParser.hh
47
50
man1_MANS = html2text.1
Original file line number Diff line number Diff line change @@ -123,7 +123,8 @@ am_html2text_OBJECTS = Area.$(OBJEXT) cmp_nocase.$(OBJEXT) \
123
123
iconvstream.$(OBJEXT ) Properties.$(OBJEXT ) sgml.$(OBJEXT ) \
124
124
table.$(OBJEXT )
125
125
html2text_OBJECTS = $(am_html2text_OBJECTS )
126
- html2text_LDADD = $(LDADD )
126
+ am__DEPENDENCIES_1 =
127
+ html2text_DEPENDENCIES = $(am__DEPENDENCIES_1 )
127
128
AM_V_P = $(am__v_P_@AM_V@ )
128
129
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@ )
129
130
am__v_P_0 = false
@@ -398,6 +399,10 @@ html2text_SOURCES = \
398
399
table.cpp \
399
400
$(NULL )
400
401
402
+ html2text_LDADD = \
403
+ $(LIBICONV ) \
404
+ $(NULL )
405
+
401
406
BUILT_SOURCES = HTMLParser.hh
402
407
man1_MANS = html2text.1
403
408
man5_MANS = html2textrc.5
You can’t perform that action at this time.
0 commit comments