summaryrefslogtreecommitdiff
path: root/external/liborcus/Makefile
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-10-18 22:15:14 +0200
committerDavid Tardon <dtardon@redhat.com>2013-10-19 07:37:21 +0000
commit392726f04252fa3802ade7c31ca65fac57896861 (patch)
treea8e920693569866d0fd318c0b375de57b1dbdbce /external/liborcus/Makefile
parent9b4b718b5b049aff0077202c26d057b14bc29511 (diff)
fdo#70393: move liborcus to a subdir of external
Change-Id: Ibdf8c9fc9d7d2639ebd440ff2d833ab37ae76d98 Reviewed-on: https://gerrit.libreoffice.org/6334 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/liborcus/Makefile')
-rw-r--r--external/liborcus/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/external/liborcus/Makefile b/external/liborcus/Makefile
new file mode 100644
index 000000000000..e4968cf85fb6
--- /dev/null
+++ b/external/liborcus/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: