diff options
author | David Tardon <dtardon@redhat.com> | 2012-05-23 13:58:31 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-29 07:24:52 +0200 |
commit | aa99f076047dac84ec80d588bfcbe4c0e6db34f1 (patch) | |
tree | 30d401a7880e0b850b1d4f5a9a09f60ffc8615a3 /postprocess | |
parent | b4e3d59c00b5c1c1d84f111bf9be40a8eea23327 (diff) |
connectivity: convert tdeab to gbuild
Change-Id: I6653686ef251bdf64610ff9bab7e27e39acee799
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 2 | ||||
-rw-r--r-- | postprocess/packregistry/makefile.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index a0e4bde10812..dd063e1a7e2e 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -247,7 +247,7 @@ my_components += component/ucb/source/ucp/gvfs/ucpgvfs .END .IF "$(ENABLE_TDEAB)" != "" -my_components += tdeab1 +my_components += component/connectivity/source/drivers/kab/tdeab1 .END .IF "$(ENABLE_TDE)" != "" diff --git a/postprocess/packregistry/makefile.mk b/postprocess/packregistry/makefile.mk index 1644fff6ec76..2d1d396890ba 100644 --- a/postprocess/packregistry/makefile.mk +++ b/postprocess/packregistry/makefile.mk @@ -340,7 +340,7 @@ MY_FILES_main += \ MY_DRIVERS += hsqldb jdbc .END .IF "$(ENABLE_TDEAB)" == "TRUE" -MY_FILES_main += $(MY_MOD)/DataAccess/tdeab.xcu +MY_FILES_main += $(MY_MOD)/org/openoffice/Office/DataAccess/Drivers-tdeab.xcu .END .IF "$(ENABLE_KAB)" == "TRUE" MY_FILES_main += $(MY_MOD)/org/openoffice/Office/DataAccess/Drivers-kab.xcu |