diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-01-28 23:53:30 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-01-28 23:57:28 +0100 |
commit | 5f356bd99726818dc44b316be3327dad057f7cbe (patch) | |
tree | 1f94463781231d12a0d41e5d5981e32cd0084d87 /mysqlc/source/META-INF/manifest.xml | |
parent | b02d799732594eee67cab0f86dc3b09182f628a5 (diff) |
mysqlc: tweak gbuild conversion:
- the mysqlc library did link against the mysqlcppconn only when a
SYSTEM_MYSQL_CPPCONN is used
- mysqlc is an EXTENSIONLIB, mysqlcppconn is PLAINLIBS_NONE
- one N was missing in Extension makefile, and use
gb_Extension_add_library to put in mysqlcppconn
- manifest.xml, description.xml: update PLACEHOLDERS
Change-Id: If45714f81056a6c1a4cb3380b50cc3dcc0443bb8
Diffstat (limited to 'mysqlc/source/META-INF/manifest.xml')
-rw-r--r-- | mysqlc/source/META-INF/manifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysqlc/source/META-INF/manifest.xml b/mysqlc/source/META-INF/manifest.xml index 7c7ffb25fbe7..2a54d8410b66 100644 --- a/mysqlc/source/META-INF/manifest.xml +++ b/mysqlc/source/META-INF/manifest.xml @@ -19,7 +19,7 @@ --> <manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest"> <manifest:file-entry manifest:media-type="application/vnd.sun.star.uno-component;type=native" - manifest:full-path="mysqlc.unoSHARED_EXTENSION"/> + manifest:full-path="mysqlc.uno@SHARED_EXTENSION@"/> <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" manifest:full-path="registry/data/org/openoffice/Office/DataAccess/Drivers.xcu"/> </manifest:manifest> |