diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-01-24 15:43:52 -0500 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-01-28 22:54:08 +0000 |
commit | b02d799732594eee67cab0f86dc3b09182f628a5 (patch) | |
tree | 5a90134c1c2ac1ed5a25933ce84a8fdab196030f /mysqlc/Makefile | |
parent | c322d509231f9e1220fb86be68f13c5f4b135ccb (diff) |
convert mysqlc to gbuild and add to tail_build
Change-Id: Ia64bc884ed04a5d5652fb743f543a39e6b6bbcf2
Reviewed-on: https://gerrit.libreoffice.org/1901
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'mysqlc/Makefile')
-rw-r--r-- | mysqlc/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mysqlc/Makefile b/mysqlc/Makefile new file mode 100644 index 000000000000..ccb1c85a04da --- /dev/null +++ b/mysqlc/Makefile @@ -0,0 +1,7 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- + +module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) + +include $(module_directory)/../solenv/gbuild/partial_build.mk + +# vim: set noet sw=4 ts=4: |