1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00
elinks/src/network/Makefile
2005-10-20 04:00:35 +02:00

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