summaryrefslogtreecommitdiffstats
path: root/mysqlc/Extension_mysql-connector-ooo.mk
Commit message (Collapse)AuthorAgeFilesLines
* No need to copy any library from any pathFridrich Štrba2013-03-111-8/+0
| | | | Change-Id: Iac0b88ea48b3ed7b989d38b0473f6993d899f430
* Make gb_Extension_use_default_description/license explicitStephan Bergmann2013-03-071-0/+3
| | | | | | | | ...as a prerequisite for gbuild'ifying desktop/test/deployment/passive/, which builds a test extension that does not match those default description/license settings. Change-Id: I200ff0ceb9750ed4b1c187305f10469f789d29cb
* Switch from libmysqlc library to mariadb-native-clientFridrich Štrba2013-03-061-2/+2
| | | | Change-Id: I867918bbb61b289e1ad8752e6f46705af6e85b7c
* fdo#60907 export libmysql file name'David Tardon2013-02-201-1/+1
| | | | Change-Id: I294301e0f87924ac89c16c99f0549c98a7ea7da5
* mysqlc: remove component_writeInfo with passive registrationMichael Stahl2013-02-071-0/+2
| | | | Change-Id: I8ffa5ba2bbbd15533ea5097e0b018be3766ecc8b
* mysqlc: tweak gbuild conversion:Michael Stahl2013-01-281-4/+2
| | | | | | | | | | | - 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
* convert mysqlc to gbuild and add to tail_buildPeter Foley2013-01-281-0/+34
Change-Id: Ia64bc884ed04a5d5652fb743f543a39e6b6bbcf2 Reviewed-on: https://gerrit.libreoffice.org/1901 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>