diff options
author | David Tardon <dtardon@redhat.com> | 2013-05-15 14:40:00 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-05-15 15:22:44 +0200 |
commit | 74c02547dde1f70a557c39e60bec129b93d2ecb5 (patch) | |
tree | 635fd2d626252e47bcf507b7b8dfd897563b44af /scp2 | |
parent | 808e9dee845e96c394a1d8c0b32bfa5cc9991d67 (diff) |
put auto-installed libs into the right module
The definition of Auto_File_Libs_ALL was not known in
module_hidden_ooo.scp, so it was left unexpanded and the unattached
files were assigned to the gid_Module_Root.
Change-Id: Ie7064da6e02394261a47e88526c073941625dc8c
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 1 | ||||
-rw-r--r-- | scp2/source/ooo/module_hidden_ooo.scp | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 2c51db4bfabf..29cb741a24d0 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -25,7 +25,6 @@ * ************************************************************************/ #include "macros.inc" -#include "AutoInstallLibs/ooo" #if defined SOLAR_JAVA && defined WNT File gid_File_Lib_Accessbridge diff --git a/scp2/source/ooo/module_hidden_ooo.scp b/scp2/source/ooo/module_hidden_ooo.scp index e26aa929851c..8f06a6e4807f 100644 --- a/scp2/source/ooo/module_hidden_ooo.scp +++ b/scp2/source/ooo/module_hidden_ooo.scp @@ -26,6 +26,7 @@ ************************************************************************/ #include "macros.inc" +#include "AutoInstallLibs/ooo" #ifdef AIX #ifndef SYSTEM_CURL |