]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/Makefile.in
Split messages line by line before sending it to syslog() fix #3325
[bacula/bacula] / bacula / src / cats / Makefile.in
index fe5d9af078224f6d46d790bb80964dd92f4ee5cf..2df93d77780b1859c19cd892f68e73447050b52f 100644 (file)
@@ -192,8 +192,8 @@ realclean: clean
        $(RMF) create_postgresql_database  update_postgresql_tables make_postgresql_tables
        $(RMF) grant_postgresql_privileges drop_postgresql_tables   drop_postgresql_database
 
-#       $(RMF) create_ingres_database update_ingres_tables make_ingres_tables
-#       $(RMF) grant_ingres_privileges drop_ingres_tables   drop_ingres_database
+       $(RMF) create_ingres_database update_ingres_tables make_ingres_tables
+       $(RMF) grant_ingres_privileges drop_ingres_tables   drop_ingres_database
 
        $(RMF) create_sqlite_database      update_sqlite_tables     make_sqlite_tables
        $(RMF) grant_sqlite_privileges     drop_sqlite_tables       drop_sqlite_database
@@ -230,8 +230,7 @@ libtool-install: all
        for db_type in @DB_BACKENDS@; do \
            $(LIBTOOL_INSTALL_FINISH) $(INSTALL_LIB) libbaccats-$${db_type}.la $(DESTDIR)$(libdir); \
        done
-       $(CP) $(DESTDIR)$(libdir)/libbaccats-@DEFAULT_DB_TYPE@-$(LIBBACCATS_LT_RELEASE).so \
-             $(DESTDIR)$(libdir)/libbaccats-$(LIBBACCATS_LT_RELEASE).so
+       ./install-default-backend @DEFAULT_DB_TYPE@ $(LIBBACCATS_LT_RELEASE) $(DESTDIR)$(libdir)
 
 libtool-uninstall:
        $(LIBTOOL_UNINSTALL) $(RMF) $(DESTDIR)$(libdir)/libbacsql.la