mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-10 05:23:37 -04:00
9 lines
180 B
Makefile
9 lines
180 B
Makefile
top_builddir=../..
|
|
include $(top_builddir)/Makefile.config
|
|
|
|
SUBDIRS-$(CONFIG_SSL) += ssl
|
|
|
|
OBJS = connection.o dns.o progress.o socket.o state.o
|
|
|
|
include $(top_srcdir)/Makefile.lib
|