]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/Makefile.in
- Fix seg fault if user labels a drive directory bug #513
[bacula/bacula] / bacula / src / lib / Makefile.in
index 573e294da1f6e4c6f387ac51dcc6437f2d00081e..0e2e40e0ffb61979a3a2cb11ba3e19ca80fd5662 100644 (file)
@@ -25,9 +25,9 @@ dummy:
 LIBSRCS = alloc.c attr.c base64.c berrno.c bsys.c bget_msg.c \
          bnet.c bnet_server.c \
          bpipe.c bshm.c bsnprintf.c btime.c \
-         cram-md5.c crc32.c daemon.c edit.c fnmatch.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 parse_conf.c \
+         md5.c message.c mem_pool.c openssl.c parse_conf.c \
          queue.c regex.c \
          res.c rwlock.c scan.c serial.c sha1.c \
          semlock.c signal.c smartall.c tls.c tree.c \
@@ -38,9 +38,9 @@ LIBSRCS = alloc.c attr.c base64.c berrno.c bsys.c bget_msg.c \
 LIBOBJS = alloc.o attr.o base64.o berrno.o bsys.o bget_msg.o \
          bnet.o bnet_server.o \
          bpipe.o bshm.o bsnprintf.o btime.o \
-         cram-md5.o crc32.o daemon.o edit.o fnmatch.o \
+         cram-md5.o crc32.o crypto.o daemon.o edit.o fnmatch.o \
          hmac.o idcache.o jcr.o lex.o alist.o dlist.o \
-         md5.o message.o mem_pool.o parse_conf.o \
+         md5.o message.o mem_pool.o openssl.o parse_conf.o \
          queue.o regex.o \
          res.o rwlock.o scan.o serial.o sha1.o \
          semlock.o signal.o smartall.o tls.o tree.o \
@@ -122,7 +122,7 @@ realclean: clean
 
 distclean: realclean
        if test $(srcdir) = .; then $(MAKE) realclean; fi
-       (cd $(srcdir); $(RMF) Makefile; $(RMF) -r CVS)
+       (cd $(srcdir); $(RMF) Makefile)
 
 # Semi-automatic generation of dependencies:
 # Use gcc -MM because X11 `makedepend' doesn't work on all systems