summaryrefslogtreecommitdiff
path: root/scp2/source/base/postgresqlsdbc.scp
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-07-20 20:04:15 +0200
committerMichael Stahl <mstahl@redhat.com>2014-07-20 20:59:17 +0200
commit5ac6c4818aa533746c84c1a42fb07b82bc7ec713 (patch)
treee8fa3df031fa33a9b50458b759a5938853b625b0 /scp2/source/base/postgresqlsdbc.scp
parent53fd7e8690fa5c545da674d562da7ea8f2b686c0 (diff)
scp2: move postgresqlsdbc libraries to AutoInstall
Change-Id: Ia96e85191d877ebfd7621f7aa572f29e6482716c
Diffstat (limited to 'scp2/source/base/postgresqlsdbc.scp')
-rw-r--r--scp2/source/base/postgresqlsdbc.scp9
1 files changed, 3 insertions, 6 deletions
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;