Initial commit of the HEAD branch of the ELinks CVS repository, as of
[elinks/images.git] / src / network / Makefile.am
blob23c5fdbe933a465b4e37ffaffb7894438873e725
1 ## Process this file with automake to produce Makefile.in
2 ## $Id: Makefile.am,v 1.10 2005/06/13 00:52:14 jonas Exp $
4 include $(top_srcdir)/Makefile.base
6 if CONFIG_SSL
7 ssldir = ssl
8 sslobj = $(ssldir)/ssl.o $(ssldir)/socket.o
9 endif
11 SUBDIRS = $(ssldir)
13 libnetwork_a_LIBADD = \
14  $(sslobj)
16 noinst_LIBRARIES = libnetwork.a
17 libnetwork_a_SOURCES = \
18  connection.c \
19  connection.h \
20  dns.c \
21  dns.h \
22  progress.c \
23  progress.h \
24  socket.c \
25  socket.h \
26  state.c \
27  state.h