]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/Makefile.in
bat: Use BVFS on bRestore view
[bacula/bacula] / bacula / src / cats / Makefile.in
index a607e5f5f11c0f77f17d0d434f36a09a0b7f5ff8..13d4f9437ba27d23f0cbdb2cd15bf54ef3fd32b4 100644 (file)
@@ -29,7 +29,7 @@ INCLUDE_FILES = cats.h protos.h sql_cmds.h
 LIBBACSQL_SRCS = mysql.c dbi.c \
                 sql.c sql_cmds.c sql_create.c sql_delete.c sql_find.c \
                 sql_get.c sql_list.c sql_update.c sqlite.c \
-                postgresql.c ingres.c myingres.c \
+                postgresql.c \
                 bvfs.c
 LIBBACSQL_OBJS = $(LIBBACSQL_SRCS:.c=.o)
 LIBBACSQL_LOBJS = $(LIBBACSQL_SRCS:.c=.lo)
@@ -87,9 +87,6 @@ realclean: clean
        $(RMF) create_bacula_database      update_bacula_tables     make_bacula_tables
        $(RMF) grant_bacula_privileges     drop_bacula_tables       drop_bacula_database
 
-       $(RMF) create_bdb_database         update_bdb_tables        make_bdb_tables
-       $(RMF) grant_bdb_privileges        drop_bdb_tables          drop_bdb_database
-
        $(RMF) create_mysql_database       update_mysql_tables      make_mysql_tables
        $(RMF) grant_mysql_privileges      drop_mysql_tables        drop_mysql_database