Skip to content

Commit

Permalink
Fix windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed May 5, 2013
1 parent d4f13ac commit 2050abf
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions src/win32/lib/Makefile
Expand Up @@ -22,16 +22,18 @@ LDLIBS = $(MINGW_LIB)/libssl.dll.a \
$(MINGW_LIB)/libz.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 cram-md5.c crypto.c crypto_cache.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 mem_pool.c \
md5.c message.c mntent_cache.c openssl.c passphrase.c \
plugins.c poll.c priv.c queue.c rblist.c runscript.c rwlock.c \
scan.c sellist.c serial.c sha1.c signal.c smartall.c tls.c \
tree.c util.c var.c watchdog.c workq.c
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 cram-md5.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 2050abf

Please sign in to comment.