]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/Makefile.in
- Fix new Python code to work for Director.
[bacula/bacula] / bacula / src / lib / Makefile.in
index 47b9c2d2d083c1fd02015ad1c3d77d1cf3628f87..df440b5e9ff7ce39d8f28f0b74e74dfa9c3bce83 100644 (file)
@@ -29,7 +29,7 @@ LIBSRCS = alloc.c attr.c base64.c berrno.c bsys.c bget_msg.c \
          queue.c res.c rwlock.c scan.c serial.c sha1.c \
          semlock.c signal.c smartall.c tree.c \
          util.c var.c watchdog.c workq.c btimers.c \
-         address_conf.c python.c 
+         address_conf.c pythonlib.c 
 
 
 LIBOBJS = alloc.o attr.o base64.o berrno.o bsys.o bget_msg.o \
@@ -41,7 +41,7 @@ LIBOBJS = alloc.o attr.o base64.o berrno.o bsys.o bget_msg.o \
          queue.o res.o rwlock.o scan.o serial.o sha1.o \
          semlock.o signal.o smartall.o tree.o \
          util.o var.o watchdog.o workq.o btimers.o \
-         address_conf.o python.o
+         address_conf.o pythonlib.o
 
 
 EXTRAOBJS = @OBJLIST@
@@ -72,7 +72,7 @@ Makefile: $(srcdir)/Makefile.in $(topdir)/config.status
        cd $(topdir) \
          && CONFIG_FILES=$(thisdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
-python.o: python.c
+pythonlib.o: pythonlib.c
        $(CXX) $(DEFS) $(DEBUG) -c $(WCFLAGS) $(CPPFLAGS) $(python) -I$(srcdir) -I$(basedir) $(DINCLUDE) $(CFLAGS) $<
 
 rwlock_test: