Skip to content

Commit

Permalink
Fix windows Makefile for new socket abstraction.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent 2ed70a3 commit 8702eef
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/win32/lib/Makefile
Expand Up @@ -15,18 +15,18 @@ LDLIBS = $(MINGW_LIB)/libssl.dll.a \
$(WINSOCKLIB) -lole32 -loleaut32 -luuid

LIBBAREOS_SRCS = address_conf.c alist.c attr.c attribs.c base64.c \
berrno.c bget_msg.c binflate.c bnet_server.c bnet.c \
bpipe.c breg.c bregex.c bsnprintf.c bsock.c bsys.c \
btime.c btimers.c compression.c cram-md5.c cbuf.c crypto.c \
crypto_cache.c crypto_gnutls.c crypto_none.c crypto_nss.c \
crypto_openssl.c crypto_wrap.c daemon.c devlock.c dlist.c \
edit.c fnmatch.c guid_to_name.c hmac.c htable.c jcr.c \
lockmgr.c md5.c mem_pool.c message.c mntent_cache.c \
passphrase.c plugins.c poll.c priv.c queue.c rblist.c \
runscript.c rwlock.c scan.c scsi_crypto.c scsi_lli.c \
sellist.c serial.c sha1.c signal.c smartall.c tls_gnutls.c \
tls_none.c tls_nss.c tls_openssl.c tree.c util.c var.c \
watchdog.c workq.c
berrno.c bget_msg.c binflate.c bnet_server_tcp.c bnet.c \
bpipe.c breg.c bregex.c bsnprintf.c bsock.c bsock_sctp.c \
bsock_tcp.c bsock_udt.c bsys.c btime.c btimers.c \
compression.c cram-md5.c cbuf.c crypto.c crypto_cache.c \
crypto_gnutls.c crypto_none.c crypto_nss.c crypto_openssl.c \
crypto_wrap.c daemon.c devlock.c dlist.c edit.c fnmatch.c \
guid_to_name.c hmac.c htable.c jcr.c lockmgr.c md5.c \
mem_pool.c message.c mntent_cache.c passphrase.c plugins.c \
poll.c priv.c queue.c rblist.c runscript.c rwlock.c scan.c \
scsi_crypto.c scsi_lli.c sellist.c serial.c sha1.c signal.c \
smartall.c tls_gnutls.c tls_none.c tls_nss.c tls_openssl.c \
tree.c util.c var.c watchdog.c workq.c
LIBBAREOS_OBJS = $(LIBBAREOS_SRCS:.c=.o)

LIBBAREOSCFG_SRCS = ini.c lex.c parse_bsr.c
Expand Down

0 comments on commit 8702eef

Please sign in to comment.