summaryrefslogtreecommitdiffstats
path: root/postprocess/packcomponents
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-01-06 21:09:13 +0100
committerMichael Stahl <mstahl@redhat.com>2012-01-06 21:09:13 +0100
commit23dd856d3c70a63dd47ae2a09a75833267296432 (patch)
tree3ed426d983d5a46cc48dc1ee873ac5627b867f05 /postprocess/packcomponents
parentsw: tweak comment translation 43b9be10 (diff)
parentgbuild: macosx.mk: Bundles have no install_name (diff)
downloadcore-23dd856d3c70a63dd47ae2a09a75833267296432.tar.gz
core-23dd856d3c70a63dd47ae2a09a75833267296432.zip
Merge branch 'feature/gbuild_extensions'
Conflicts: extensions/source/ole/servreg.cxx extensions/source/plugin/util/makefile.mk postprocess/packcomponents/makefile.mk postprocess/prj/build.lst tail_build/prj/build.lst
Diffstat (limited to 'postprocess/packcomponents')
-rw-r--r--postprocess/packcomponents/makefile.mk29
1 files changed, 15 insertions, 14 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index 1b1714e8ef67..20726df8ae1c 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -165,28 +165,29 @@ my_components = \
.IF "$(BUILD_TYPE)" != "$(BUILD_TYPE:s/DESKTOP//)"
my_components += \
- abp \
- bib \
component/desktop/source/deployment/deployment \
component/desktop/source/deployment/gui/deploymentgui \
component/desktop/source/migration/services/migrationoo2 \
component/desktop/source/migration/services/migrationoo3 \
component/desktop/source/offacc/offacc \
component/desktop/source/splash/spl \
+ component/extensions/source/abpilot/abp \
+ component/extensions/source/bibliography/bib \
+ component/extensions/source/dbpilots/dbp \
+ component/extensions/source/logging/log \
+ component/extensions/source/propctrlr/pcr \
+ component/extensions/source/resource/res \
+ component/extensions/source/scanner/scn \
+ component/extensions/source/update/check/updchk.uno \
+ component/extensions/source/update/feed/updatefeed \
+ component/extensions/source/update/ui/updchk \
+ component/extensions/source/xmlextract/xmx \
component/fpicker/source/generic/fpicker \
component/fpicker/source/office/fps_office \
- dbp \
- log \
- pcr \
- res \
- scn \
syssh \
tvhlp1 \
ucpchelp1 \
- updatefeed \
- updchk \
- updchk.uno \
- xmx
+
.ENDIF
.IF "$(DISABLE_PYTHON)" != "TRUE"
@@ -268,11 +269,11 @@ my_components += \
.END
.IF "$(WITH_LDAP)" == "YES"
-my_components += ldapbe2
+my_components += component/extensions/source/config/ldap/ldapbe2
.END
.IF "$(WITH_MOZILLA)" != "NO"
-my_components += pl
+my_components += component/extensions/source/plugin/pl
.END
.IF "$(ENABLE_XMLSEC)" == "YES"
@@ -321,7 +322,7 @@ my_components += \
.IF "$(OS)" == "WNT" && "$(DISABLE_ATL)" == ""
my_components += \
emser \
- oleautobridge
+ component/extensions/source/ole/oleautobridge
.END
.IF "$(OS)" == "WNT" && "$(ENABLE_DIRECTX)" != ""