From 5ac6c4818aa533746c84c1a42fb07b82bc7ec713 Mon Sep 17 00:00:00 2001
From: Michael Stahl <mstahl@redhat.com>
Date: Sun, 20 Jul 2014 20:04:15 +0200
Subject: scp2: move postgresqlsdbc libraries to AutoInstall

Change-Id: Ia96e85191d877ebfd7621f7aa572f29e6482716c
---
 scp2/source/base/postgresqlsdbc.scp | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

(limited to 'scp2/source/base')

diff --git a/scp2/source/base/postgresqlsdbc.scp b/scp2/source/base/postgresqlsdbc.scp
index d27cf43d6f77..ba6d094080d4 100644
--- a/scp2/source/base/postgresqlsdbc.scp
+++ b/scp2/source/base/postgresqlsdbc.scp
@@ -9,14 +9,15 @@
 
 #include "macros.inc"
 
+#include "AutoInstall/postgresqlsdbc"
+
 #if defined WITH_POSTGRESQL_SDBC
 
 Module gid_Module_Optional_PostgresqlSdbc
     PackageInfo = "packinfo_office.txt";
     MOD_NAME_DESC(MODULE_OPTIONAL_POSTGRESQLSDBC);
     ParentID = gid_Module_Prg_Base_Bin;
-    Files = (gid_File_Lib_PostgresqlSdbc,
-             gid_File_Lib_PostgresqlSdbcImpl,
+    Files = (auto_postgresqlsdbc_ALL,
              gid_File_PostgresqlSdbc_Ini,
              gid_File_PostgresqlSdbc_Rdb,
              gid_File_PostgresqlSdbc_Xcd);
@@ -25,10 +26,6 @@ Module gid_Module_Optional_PostgresqlSdbc
     Styles = ();
 End
 
-STD_LIB_FILE(gid_File_Lib_PostgresqlSdbc, postgresql-sdbc)
-
-STD_LIB_FILE(gid_File_Lib_PostgresqlSdbcImpl, postgresql-sdbc-impl)
-
 File gid_File_PostgresqlSdbc_Ini
     TXT_FILE_BODY;
     Dir = gid_Brand_Dir_Program;
-- 
cgit