Retry only for https protocol
[elinks.git] / src / document / Makefile
blob59541e0d050b6d0aa6a667670186d3976c409dfa
1 top_builddir=../..
2 include $(top_builddir)/Makefile.config
4 SUBDIRS-$(CONFIG_CSS) += css
5 SUBDIRS-$(CONFIG_DOM) += dom
6 SUBDIRS-$(CONFIG_LIBDOM) += libdom
8 SUBDIRS = html plain
10 OBJS = docdata.o document.o format.o forms.o options.o refresh.o renderer.o
12 include $(top_srcdir)/Makefile.lib