]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/Makefile.in
Replace explicit checks for "/" with calls to IsPathSeparator, strchr with first_path...
[bacula/bacula] / bacula / src / lib / Makefile.in
index e4364eb66ea58c600e7122310a3041fbf4c288e9..74fc4cef70821c5df3883fcf03cf7e75911ed125 100644 (file)
@@ -22,30 +22,30 @@ DEBUG=@DEBUG@
 first_rule: all
 dummy:
 
-LIBSRCS = alloc.c attr.c base64.c berrno.c bsys.c bget_msg.c \
+LIBSRCS = attr.c base64.c berrno.c bsys.c bget_msg.c \
          bnet.c bnet_server.c runscript.c \
-         bpipe.c bshm.c bsnprintf.c btime.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 \
          queue.c bregex.c \
          res.c rwlock.c scan.c serial.c sha1.c \
-         semlock.c signal.c smartall.c tls.c tree.c \
+         signal.c smartall.c tls.c tree.c \
          util.c var.c watchdog.c workq.c btimers.c \
-         address_conf.c pythonlib.c winapi.c
+         address_conf.c pythonlib.c
 
 
-LIBOBJS = alloc.o attr.o base64.o berrno.o bsys.o bget_msg.o \
+LIBOBJS = attr.o base64.o berrno.o bsys.o bget_msg.o \
          bnet.o bnet_server.o runscript.o \
-         bpipe.o bshm.o bsnprintf.o btime.o \
-         cram-md5.o crc32.o crypto.o daemon.o edit.o fnmatch.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 \
          queue.o bregex.o \
          res.o rwlock.o scan.o serial.o sha1.o \
-         semlock.o signal.o smartall.o tls.o tree.o \
+         signal.o smartall.o tls.o tree.o \
          util.o var.o watchdog.o workq.o btimers.o \
-         address_conf.o pythonlib.o winapi.o
+         address_conf.o pythonlib.o
 
 
 EXTRAOBJS = @OBJLIST@