]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/Makefile.in
Move bnet_despool() into class in bsock.c
[bacula/bacula] / bacula / src / lib / Makefile.in
index e8c54a17e5f5b5f2707c8e31ed3a2ecdc8d7d4f9..683eed556b0b2b6a34a8f7fe40d97a4ac338392a 100644 (file)
@@ -24,7 +24,7 @@ dummy:
 
 LIBSRCS = attr.c base64.c berrno.c bsys.c bget_msg.c \
          bnet.c bnet_server.c runscript.c \
-         bpipe.c bsnprintf.c btime.c \
+         bsock.c bpipe.c bsnprintf.c btime.c \
          cram-md5.c crc32.c crypto.c daemon.c edit.c fnmatch.c \
          hmac.c idcache.c jcr.c lex.c alist.c dlist.c \
          md5.c message.c mem_pool.c openssl.c parse_conf.c \
@@ -37,7 +37,7 @@ LIBSRCS = attr.c base64.c berrno.c bsys.c bget_msg.c \
 
 LIBOBJS = attr.o base64.o berrno.o bsys.o bget_msg.o \
          bnet.o bnet_server.o runscript.o \
-         bpipe.o bsnprintf.o btime.o \
+         bsock.o bpipe.o bsnprintf.o btime.o \
          cram-md5.o crc32.o crypto.o daemon.o edit.o enh_fnmatch.o fnmatch.o \
          hmac.o idcache.o jcr.o lex.o alist.o dlist.o \
          md5.o message.o mem_pool.o openssl.o parse_conf.o \