From: Kern Sibbald Date: Sun, 11 Jul 2010 13:07:46 +0000 (+0200) Subject: Tweak remove bdb from cats Makefile.in X-Git-Tag: Release-5.0.3~83 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=26dac9f7cf681787064a77b4778985365fe6d2a3;p=bacula%2Fbacula Tweak remove bdb from cats Makefile.in --- 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