diff options
author | David Tardon <dtardon@redhat.com> | 2013-10-24 16:46:49 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-10-30 20:12:33 +0000 |
commit | 08ca3e40b0ac19975459589c9bee8ea77331a6c0 (patch) | |
tree | 5a98a6376f68d95bd8c0c06bd0b87826c12e4876 /external/libetonyek/Makefile | |
parent | 412975713b4838582f635ac9e61a8a8e720ff09c (diff) |
bundle libetonyek
Change-Id: I4099ea49ebce7c28152a0895086be5b86b18e28b
Reviewed-on: https://gerrit.libreoffice.org/6486
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/libetonyek/Makefile')
-rw-r--r-- | external/libetonyek/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/external/libetonyek/Makefile b/external/libetonyek/Makefile new file mode 100644 index 000000000000..e4968cf85fb6 --- /dev/null +++ b/external/libetonyek/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: |