]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/Makefile.in
Add debug times, reduce size of two-pool-changer test
[bacula/bacula] / bacula / src / lib / Makefile.in
index dc819f82766d29bd19a84017f7d35bd674920ecd..fa07fdd52fd464a087c97af15dd45eaccd43f77d 100644 (file)
@@ -29,7 +29,7 @@ LIBSRCS = attr.c base64.c berrno.c bsys.c bget_msg.c \
          res.c rwlock.c scan.c serial.c sha1.c \
          signal.c smartall.c rblist.c tls.c tree.c \
          util.c var.c watchdog.c workq.c btimers.c \
-         address_conf.c pythonlib.c breg.c
+         address_conf.c pythonlib.c breg.c htable.c
 
 
 LIBOBJS = attr.o base64.o berrno.o bsys.o bget_msg.o \
@@ -42,7 +42,7 @@ LIBOBJS = attr.o base64.o berrno.o bsys.o bget_msg.o \
          res.o rwlock.o scan.o serial.o sha1.o \
          signal.o smartall.o rblist.o tls.o tree.o \
          util.o var.o watchdog.o workq.o btimers.o \
-         address_conf.o pythonlib.o breg.o
+         address_conf.o pythonlib.o breg.o htable.o
 
 
 EXTRAOBJS = @OBJLIST@