From 26dac9f7cf681787064a77b4778985365fe6d2a3 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 11 Jul 2010 15:07:46 +0200 Subject: [PATCH] Tweak remove bdb from cats Makefile.in --- bacula/src/cats/Makefile.in | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/bacula/src/cats/Makefile.in b/bacula/src/cats/Makefile.in index 296d8242e6..42b153ef31 100644 --- a/bacula/src/cats/Makefile.in +++ b/bacula/src/cats/Makefile.in @@ -24,9 +24,9 @@ dummy: # # include files installed when using libtool # -INCLUDE_FILES = bdb.h cats.h protos.h sql_cmds.h +INCLUDE_FILES = cats.h protos.h sql_cmds.h -LIBBACSQL_SRCS = mysql.c bdb.c dbi.c \ +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 \ @@ -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 -- 2.39.5