summaryrefslogtreecommitdiff
path: root/external/beanshell/Makefile
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-10-17 01:18:07 +0200
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2013-10-17 10:42:45 +0000
commit4641fd9aecc73b3cbdcb83d67f423c8d06f456fd (patch)
treea6aea3eaae4a3773ad889f44610c2e5d83c371ab /external/beanshell/Makefile
parent174e24ffff2f76da94df3bdefa5416c5f2256b78 (diff)
fdo#70393: move beanshell to a subdir of external
Change-Id: I7e8324fd366a25db59becedfb3f00a10723f45be Reviewed-on: https://gerrit.libreoffice.org/6283 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'external/beanshell/Makefile')
-rw-r--r--external/beanshell/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/external/beanshell/Makefile b/external/beanshell/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/external/beanshell/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: