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